Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

Dynamic page titles in Expression Engine

// Puts the weblog name and entry title in the title tag in Expression Engine

<title>{exp:weblog:info weblog="name-of-weblog-here"}
    {blog_title}
{/exp:weblog:info} | {exp:weblog:entries}
    {title} 
{/exp:weblog:entries}title>
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed