Blogger Archives Dropdown Menu at Classic Template

Hi every body! Today I'm checking my site meter and I'm found one of my visitor come to here with keyword "blogger archives dropdown menu classic template". I think he he must be felt disappointed, because didn't find this tutorial. 

Are you still using classic template? Want to create your archives with drop down menu  :



Allright, this is some  steps to create archives drop down menu at classic template :


  1. Login to blogger with your ID.
  2. At the dashborad, click Template.
  3. Click Edit HTML tab.
  4. Don't forget to backing up your template before you editing your template (important!).
  5. Go to your sidebar code and find this code :

    <BloggerArchives>

    <a href="<$BlogArchiveURL$>"><$BlogArchiveName$></a>

    </BloggerArchives>

  6. Delete the above code and replace with this code :



    <select name="archivemenu" style="width:100%" onchange="document.location.href=this.options[this.selectedIndex].value,'_blank')";

    <option selected>- Archives -</option>

    <BloggerArchives>

    <option value="<$BlogArchiveURL$>"><$BlogArchiveName$></option>

    </BloggerArchives>

    </select>

  7. Click SAVE CHANGES button.
  8. Done. Now your archives will be placed at the drop down menu.


For customize the width of drop down menu, please changing the value (red mark) with the number would you want.

Have a nice  blogging.

Share/Bookmark

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...