- Display only the blog name for the home page's page title
- Display the category name and blog name as the page title on category pages
- Display only the article title for the page title when viewing an article.
- If displaying a photo and it has a caption, display the caption and the blog name. If the photo doesn't have a caption, display the photo album name and the blog name
To do this,go to Look and Feel/Templates to edit your base template and replace the line that begins with <title> with the following:
Code:
<title>{{if article.categories}}{{if page.title}}{{page.title}}{{/if}}{{elsif title}}{{title}} - {{blog.name}}{{elsif category.label}}{{if category.label eq "Main Page"}}{{blog.name}}{{else}}{{category.label}} - {{blog.name}}{{/if}}{{/if}}</title>
Save the template and your page titles should now be more search engine friendly.











Logged

