News Ticker

Menu

Latest Information : How to add Categories/Label Dropdown Box for Blogspot/Blogger


Hi Friends,
    In This Topic We Discuss About Latest Information : How to add Categories/Label Dropdown Box  for Blogspot/Blogger

Step by Step Process How to add Categories/Label Dropdown Box for Blogspot/Blogger

Step 1 : 
   Login to Blogger

Step 2:  
  Go to Dashboard >> Select the Template >> Click on Edit HTML

Step 3 :    Search for Below Code

<b:widget id='Label1' locked='false' title='Labels' type='Label'/>

Step 4 :    After that Replce With Following Code.
    <b:widget id='Label1' locked='false' title='Categories' type='Label'>
    <b:includable id='main'>
    <b:if cond='data:title'>
    <h2><data:title/></h2>
    </b:if>
    <div class='widget-content'>

    <br/>
    <select onchange='location=this.options[this.selectedIndex].value;' style='width:180px;'>
    <option>Select a Category Here</option>
    <b:loop values='data:labels' var='label'>
    <option expr:value='data:label.url'><data:label.name/>
    (<data:label.count/>)
    </option>
    </b:loop>
    </select>
    </div>
    </b:includable>
    </b:widget>
Step 5 :    Save Template.


Thank You.
Happy Blogging.
Write Your Comments Below.



Share This:

Jillur Rahman

I'm Jillur Rahman. A full time web designer. I enjoy to make modern template. I love create blogger template and write about web design, blogger. Now I'm working with Themeforest. You can buy our templates from Themeforest.

No Comment to " Latest Information : How to add Categories/Label Dropdown Box for Blogspot/Blogger "

Popular Posts

  • To add an Emoticons Show Icons
  • To add code Use [pre]code here[/pre]
  • To add an Image Use [img]IMAGE-URL-HERE[/img]
  • To add Youtube video just paste a video link like http://www.youtube.com/watch?v=0x_gnfpL3RM