Blogger Gives Us a Pages Gadget In our blog,There are some Links Tabs,but the problem is they links to only our static pages.How is this if you can add your custom Links in the tabs.
It is An easy way to add navigation links to your pages gadget in blogger.So that you dont need a navigation bar.Just Add Your Custom Links To your Pages Gadget and make it a Menu Bar..
2. check the Expand Widget Templates check box on top right of the HTML window.
3. find Pages gadget code, like this
<b:widget id=’PageList1′ locked=’false’ title=’Pages’type=’PageList’> <b:includable id=’main’> <b:if cond=’data:title’><h2><data:title/></h2></b:if> <div class=’widget-content’> <ul><b:loop values=’data:links’ var=’link’> <b:if cond=’data:link.isCurrentPage’> <li lass=’selected’>aexpr:href=’data:link.href’>data:link.title/></a></li> <b:else/> <li><a xpr:href=’data:link.href’>data:link.title/></a></li> </b:if> </b:loop>PUT THE CODE FOR THE LINKS HERE</ul> <b:include name=’quickedit’/> </div> </b:includable> </b:widget>
You need to put your Link Like anchor text like this
<li><a href=”YourLink”>YourLinkText</a></li>
|
Add few links not much,preview if it looks gud,Save it you are done…….
HEY! dont forget to share and like if you like this post…..Comments Are Welcome…thanx..