Monday, 30 May 2016

How to Show Post Title before Blog Title in Blogger -

Show Post Title before Blog Title in Blogger . If you want your post title to appear before your blog name or Blog Title in Blogger . Steps are Given Below .............

Step :- 1
  • In your Blogger dashboard, head over to the Template page.
  • Click on Edit HTML and then on Proceed.
  • Click to put a check in the Expand Widget Template box.
  • By using Ctrl+F, search for <title><data:blog.pageTitle/></title> in your template’s code.

 Step :- 2  Once found, replace with the following code below:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
 
 Step :- 3 Save your template.

No comments:

Post a Comment