Set Post Title before Blog Title:
You can set your Post title before post title by Following below method.
- Copy Below Code.
<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> | <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
- Now Go to Your Blog HTML and search for Below code.
<title><data:blog.pageTitle/></title>
- Remove searched code and replace with code given above in first step.
You have done.Your Post title placement have been changed Now.This is the quick method for replacing the location of your post title.
No comments:
Post a Comment