Wednesday, July 13, 2016

Creating an Archive Page List in Blogger

You can solve this problem by creating an archive page on your blog. I’ll walk you through it step by step. *Remember, this isn’t for WordPress users, only BLOGGER.



1. Open up your blog and go to PAGES.
2. Click on NEW PAGE.
3. Title the page as ARCHIVE, INDEX, or GREAT READING. Basically use a title that makes it clear people will find the index.
4. On the right hand side, click on the button that says html.
5. Now you need to paste below code and preview the Page.
<script type="text/javascript" src="http://cloud.github.com/downloads/jhwilson/Create-a-Blogger-archive-page/Make-Blogger-Archive-Page.js">
</script>
<script src="http://abbyzawa.blogspot.com/feeds/posts/default?max-results=500&amp;alt=json-in-script&amp;callback=LoadTheArchive">
</script>
 I tested it in blogger and it worked well, see  http://abbyzawa.blogspot.com/p/i.html
NB: Remember to change the code in the second script call to match your blog URL!  (  http://abbyzawa.blogspot.com )

0 comments:

Post a Comment