The way of blogging supports today, today, today – not
yesterday. Anyway days past can even now give helpful substance to your visitors,
and the most ideal approach to make such posts accessible is through a files
page. In this post I'll clarify how you ought to grasp documents and how you
can do it.
Create a blog archive page:
1. Go to your Blogger Dashboard
2. Click on >> Pages
3. Click on >> New Page.
4. Click on >> HTML.
5. Copy and paste below script in your page,
change “your blog url” with blogger blog url and save template.
<script src="http://cloud.github.com/downloads/jhwilson/Create-a-Blogger-archive-page/Make-Blogger-Archive-Page.js" type="text/javascript"></script> <script src="http://your blog url/feeds/posts/default?max-results=500&alt=json-in-script&callback=LoadTheArchive"></script>
Optimize Your Blog Archives:
1. Go to your Blogger Dashboard
2. Click on >> Template
3. Click on >> Edit HTML.
4. Search for the following HTML code: <a
class='post-count-link' expr:href='data:i.url'>
5. Replace the above code with the below HTML
code then save your template.
<a class='post-count-link' expr:href='data:i.url' rel='archives'>
No comments