How To Show Post Title Before Blog Title In Blogger


How To Show Post Title Before Blog Title In Blogger
You don’t have to do a Herculean task to make your blog title appear first. I am going to walk you through the exact process so that, you will not lose it in the midway.
Go to your blogger dashboard.
Click on Template.
Then, click the Edit HTML button.





Click to put a check in the Expand Widget Template box.
Now press Ctrl+ F and search for the following code in your template’s code:


<data:blog.pageTitle/>




Once you find it, replace the same with 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>




Finally click Save Template to save the changes.
That’s it!

Here is how a blog post will like in search results after making this change:


No comments:

Post a Comment