PDA

View Full Version : Custom Tags


grayloon
07-15-2011, 03:18 PM
I need to create custom <title> and <meta> tags for the vBulletin Blog. These will be independent from the regular tags used in the forums. I think I need to edit the 'headerinclude' template, but I'm not sure how to manipulate the code. Any suggestions?

kh99
07-15-2011, 03:46 PM
If you just want to add static meta tags (that are always the same for all pages) then you can just put the html in the headinclude template.

The title is a little harder because it's different for each page, so I think you might need to edit the template for each page you want to change. Or it might be possible to write some plugin code to process the html before it's output and replace the <title> tag.