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:
4. Now copy the line you see above and insert it directly below it. Then change PageList1 to PageList2.
Example:
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!
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'/>
<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!
0 comments:
Post a Comment