View Full Version : Using Page Titles
Is possible that when adding a page to have the title appear as the actual title on the top of the page, meaning be in the <title> tag. If not, how can I rename each of the pages?
Emma
Jason McConnell
07-11-2004, 01:35 AM
I dunno.. I haven't broached this one yet. Does including <head> and <title> tags in the code for the page do it?
Wayne Luke
07-11-2004, 10:04 AM
You can use something like this for your title:
<title>$vboptions[hometitle]: $pages[name]</title>
where would I put that wayne? in the php file?
Emma
Brian
07-12-2004, 12:53 PM
Edit your adv_portal template and look for:
<title>$vboptions[hometitle]</title>
Replace that with:
<title>$vboptions[hometitle] <if condition="$pages['name'] != 'home'">- $pages[title]</if></title>
:)`
thanks! can i place customized meta tags in the adv_portal templage as well?
Emma
Edit your adv_portal template and look for:
<title>$vboptions[hometitle]</title>
Replace that with:
<title>$vboptions[hometitle] <if condition="$pages['name'] != 'home'">- $pages[title]</if></title>
:)`
Is this going to be released in the next version?
Brian
07-14-2004, 03:37 PM
Something similar. ;)
Something similar. ;)
That sounds like "something better" to me ;)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.