Friday, April 8, 2011
0
How to Add More than One Page Gadget in Blogger Blog
A Page Gadget is simply a navigation bar. If you have added one already you have found out that it will not allow you to add a second one but this tweak will still not let you Add More Then 10 Static Pages.
First add a Page gadget to your blog, and than go to Edit HTML and search (Ctrl+F) for PageList1 without checking Expand Widget Templates.
Once you have found that in your HTML code you might see something like this below.
Now copy the line you see above and paste it directly below it (copied line). Then Change the PageList1 to PageList2.
Example:
Now all you need to do is save and go back to Page Elements. Drag the second Page Gadget to whereever you want. By default it will be right below your previously added page gadget and having all the Pages you published.
First add a Page gadget to your blog, and than go to Edit HTML and search (Ctrl+F) for PageList1 without checking Expand Widget Templates.
Once you have found that in your HTML code you might see something like this below.
<b:widget id='PageList1' locked='false' title='' type='PageList'/>
Now copy the line you see above and paste it directly below it (copied line). Then Change the PageList1 to PageList2.
Example:
<b:widget id='PageList1' locked='false' title='' type='PageList'/>
<b:widget id='PageList2' locked='false' title='' type='PageList'/>
Now all you need to do is save and go back to Page Elements. Drag the second Page Gadget to whereever you want. By default it will be right below your previously added page gadget and having all the Pages you published.
A quick tip is you can use the same trick to add few more gadgets which are already been added such as archives.
Subscribe to:
Post Comments (Atom)




0 Responses to “How to Add More than One Page Gadget in Blogger Blog”
Post a Comment