1. go to 'edit html'.
2. check on expand widget template.
3. Find this Code: <b:include data='post' name='post'/>
4. Replace that code with the below code.
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<div style="padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:2px;background:#999999;color:#406A0E;">
<data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
5. Save your template.
6. Then Copy and paste below code where you want to show your link. I showed it in my navigation menu bar and also in my sidebar under the monthly archive. Just Check it Out.
<a href="http://blogging-tips-tools.blogspot.com/search?max-results=200">Show all post »»</a>
Change name and number with your blogger name and a number you want to show post per page.
enjoy blogging.
Subscribe To Get FREE Tutorials!





1 comments:
Ok, so just to be clear, this will put all of the posts on one page? In a list form on the landing page? Does this affect seo at all? IT seems like a great organizational idea but I just want to make sure it won't undo all the work I've done. THanks
Post a Comment