Convert Labels ( Categories ) into Dropdown Menu


Is it possible to change labels or Categories in blogger into Dropdown menu ? … Yes, it is possible to change. If you have large number of labels than visitor’s need to scroll down your blog to see the labels. Archive in blogger can be set Dropdown menu, but the labels widget does not have this facility. Below image shows how it looks after labels converted to Dropdown menu.

1. Login in to your Blogger Dashboard.

2. Go to Layout >> Edit HTML

3. Backup your template first ( Click on Download Full Template )

4. Find following code

Tip :- To track following code fast find (<data:label.count/>) first.

<ul>
     <b:loop values=’data:labels’ var=’label’>
       <li>
         <b:if cond=’data:blog.url == data:label.url’>
           <data:label.name/>
         <b:else/>
           <a expr:href=’data:label.url’> <data:label.name/> </ a>
         </b:if>
         (<data:label.count/>)
       </li>
     </b:loop>
     </ul>

5. Replace above code with following one

<br/>
  <select onchange=’location=this.options[this.selectedIndex].value;’>
     <option>
Select a label </option>
     <b:loop values=’data:labels’ var=’label’>
        <option expr:value=’data:label.url’> <data:label.name/>
           (<data:label.count/>)
        </option>
     </b:loop>
  </select>

6. Change sentence in red with your one.

If you like this post feel free to Subscribe to our RSS Feed or Email Subscription

Featured Items - Ultimate Collection of Responsive WordPress Themes

Responsive WordPress themes enables stunning look and feel of your website in any device - from mobile devices to widescreen monitors. These collections are sorted by user rating and number of sales.
FIND OUT MORE

Featured Items - 200+ Popular HTML Email and Newsletter Templates for Effective Marketing

Do you want to market your products effectively ? Do you want to send newsletter to your customer in the way that you want ? Do you want full control over the email design ? There are 200+ great collection of E-mail and Newsletter HTML templates from Themeforest. Get into site directly and search for the suitable template that boost your sales and conversion rate.
FIND OUT MORE

Featured Items - Top 10 Website Hosting Provider 2012

Want to host your website in one of the top rated Web Hosting company ? Ratings are collected from the user all over the world and given a ranking based on the user feedback. All Plan includes: Free domain, Unlimited Space, Bandwidth, unlimited sites, free marketing credits and which also includes attractive discount.
FIND OUT MORE

Featured Items - Top Selling WordPress Themes From Themeforest

Want to use one of the top selling WordPress theme for your next project?   Here is the list of Premium WordPress items from Blog, Magazine, Creative, Retail, Technology, Entertainment, BuddyPress, eCommerce and Nonprofit categories.
FIND OUT MORE

Featured Items - 70+ Premium elegantThemes for Just $39

Unlimited access to 70+ elegantThemes - Premium WordPress themes for only $39. Feature includes - ePanel Theme Options, Shortcodes, Page Templates and Easy Localization. Power your website with elegant themes today!
FIND OUT MORE