I would like to include the text in the message body in the meta description(SHOWTHREAD). The default code only includes the thread title and the forum in which it's located.
Default:
"
Quote:
Meta tag: Description. Need help! vB3 General Discussions
|
"
The way I want it:
"
Quote:
Meta tag: Description. Need help! vB3 General Discussions + I would like to include the text in the message body...
|
"
so, what should I add to the below code?
PHP Code:
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
Thanks!