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..

So the hack is decribed Below
1. Go to Dashboard > Design > Edit HTML.
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.. 

Share:

administrator

I am a full stack software engineer and a blogger. Primarily, I work on Python, Java and React.js. I am an autodidact with a strong passion for new technologies. I love to build new things from the ground up. I have about 7 years of dynamic experience gained by working in early stage startups to mid-sized organizations in an Agile environment.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.