Keep Update

Enter your email address:

Delivered by FeedBurner

Subscribe to Blogging Arena by Email

Sunday, November 20, 2011

How To Create Page Menu and Sub Page Menu Based On Label On Blogspot.com



On this occasion, I 'll give a try to share tips to beautify your blog. Tips that I will share tips on making the Page Menu and Sub ​​Menu page based on the label that you give to each post on your blogspot, as in the header of this blog.

Here are the steps :
1. Go to your Dashboard menu select Design > Edit HTML , do not forget to check the Expand Widget Templates ,
2. Use the search tool ( Ctrl+ F ) to search for code <div id='content-wrapper'>

3. Copy the following code and place it just above the code <div id='content-wrapper'>

<li><a href='#'>Blogspot</a>
<ul class='children'>
<li><a href='label blog URL'>Free Template</a></li>
<li><a href='label blog URL'>Tips and Trick</a></li>
<li><a href='label blog URL'>Tutorial</a></li>
</ul>
</li>

<li><a href='#'>Wordpress</a>
<ul class='children'>
<li><a href='label blog URL'>Free Template</a></li>
<li><a href='label blog URL'>Tips and Trick</a></li>
<li><a href='label blog URL'>Tutorial</a></li>
</ul>
</li>

<li><a href='label blog URL'>SEO</a>
</li>
       
</ul>
</div>
</div>
<div style='clear:both;'/>

Note : code red is the URL address from your post labels. Code pink is the name of the Page Menu. And the green is a Sub Page Menu.

4. Save your changes. To view the results please preview your blog.

Good luck and hopefully useful to you. Thank you for your visit ^^

0 comments:

Post a Comment