May 8, 2012

adding more than one 'Pages' gadget to Blogger

This is one of the best tips I've found:  http://www.ebloggertricks.com/2011/05/add-multiple-page-gadgets-to-your.html

That blogger writes:

A Page Gadget is just a navigation bar. If you have added one already you have found out that you cannot add a second one. In this post I am going to show you how to get around that.

Note: This tweak will still not let you add more than 10 static pages.

How to add multiple page gadgets to your Blogger blog

1. Add a Page Gadget to your blog via Page Elements.

2. Go to Edit HTML.

3. Search (Ctrl+F) for  PageList1. Once you have located that in the HTML code of your template you might see something like this:

<b:widget id='PageList1' locked='false' title='' type='PageList'/>

4. Now copy the line you see above and insert it directly below it. Then change PageList1 to PageList2.

Example:

<b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'> 
<b:widget id='PageList1' locked='false' title='' type='PageList'/> 
<b:widget id='PageList2' locked='false' title='' type='PageList'/>

5. Now all you need to so is save and go back to Page Elements.Drag the second Page Gadget anyplace you want.

Good luck!

8 comments:

  1. Replies
    1. Your welcome, but obviously I can't take all the credit. :) Glad you liked the tweak and thanks for leaving a comment.

      Delete
  2. Replies
    1. You're welcome! Glad you found it useful-- and nice blog, btw!

      Delete
  3. Cool going to do that now. http://godwithmeblogg.blogspot.com

    ReplyDelete
  4. thamks budddy coool this method is
    working

    ReplyDelete
  5. can i apply it for 3rd or 4th page

    ReplyDelete
    Replies
    1. I'm pretty sure it works with additional pages, but I swear by it since I've only added two. Glad it helped and thanks for leaving a comment.

      Delete