Thus the title of the post you will need to deal with how to display the title of the post only on search pages. Examples like the picture beside. Which appears only post titles only.
Ok then how to implement it.
1. Login to Blogger. Open the Edit menu HTML
2. Backup your template and then check the "Expand Widget Templates"
3. Find the code below :
<b:include data='post' name='post'/>4. Replace the above code with below code
<b:if cond='data:blog.homepageUrl
!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'><data:post.title/></a>
<br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
5. If you already click Save Template.
Please try results......
0 comments:
Post a Comment