Here are the simple steps you can follow to make your post title appear before your blog's title.
- Log in to Blogger.
- Go to the blog you want to edit.
- Click on Template.
- Click Edit HTML.
- You will see the Template window. Press Ctrl + F (on your keyboard) and type the red colored code in the search box:
<title><data:blog.pageTitle/></title> - Select the red marked code and replace it with the following code:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if> - Now click on Save template.
This code sets your Blogger blog so that your blog name displays on pages which are not individual blog posts, but otherwise the blog post title is shown before the blog name.
Hoped this helped!
If you have requests or questions feel free to tweet me on twitter, @NicoCalunia
No comments:
Post a Comment