vai al contenuto della pagina
Se riesci a leggere questo messaggio il tuo browser potrebbe non essere in grado di leggere e intepretare correttamente i css. Alcuni browser che interpretano i css in modo corretto sono Opera, Safari e Firefox che sono disponibili su diverse piattaforme.

Expressionengine titles

Inserito da Marco, il 02 Apr, sotto Tutorial,

image

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!