Hi
I posted this on vbadvanced dot com but didnt get a reply and I hope you guys can help me here. I have installed vbadvanced v3.2.2 (This is the latest version I can install as I have vb 3) and im having an issue where the meta description tag is not being populated on my pages.
If you take a look at the page
http://forum.snesclassics.com/cmps_i...pageid=Reviews the title meta tag is there but not the description meta tag. When I created the page in the admincp I did enter a description in the description field. Any ideas how to fix this??
The front page is working ok because I added a new style, assigned this style to the front page and then added
PHP Code:
<meta name="description" content="DESCRIPTION HERE">
to the adv_portal template. Is it possible to insert the following code
to the adv_portal template. Is it possible to insert the following code
PHP Code:
<meta name="description" content="$vbadvanceddescription">
then $vbadvanceddescription will pick up what description I entered when I created the vbadvanced page, If yes what will $vbadvanceddescription be as ive tried everything I can think of
then $vbadvanceddescription will pick up what description I entered when I created the vbadvanced page, If yes what will $vbadvanceddescription be as ive tried everything I can think of
Thanks