- 1). Log in to your Blogger blog with an account which has admin access to the blog settings. If you only have an author account on the blog, you will not be able to alter these settings.
- 2). Click "Design" on the blog you're changing.
- 3). Click "Edit HTML" so you can edit the HTML directly in the template.
- 4). Find the line that reads "<title><data:blog.pageTitle/></title>."
- 5). Erase this line from your Blogger blog. Replace it by typing the following:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
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.
SHARE