Expressionengine titles
Inserito da Marco, il 02 Apr, sotto Tutorial,
I’ve found several limitations using the Veerle system for the expressionengine titles, so i developed another one that works well.
First of all, all your pages created by you (contact form, about...) must have something like this at the top:
{embed="site/header" title="About"}
So, the About title can be used in the <title>.
Next we have:
<title>{exp:weblog:entries require_entry="yes" limit="1"}{title} |{/exp:weblog:entries} {exp:weblog:info weblog="{my_weblog}"}{blog_title}{/exp:weblog:info}</title>
And that’s all folks!