Recently, there got one reader asking for help how to configured blogger archives drop-down menu for classic template just like below image:
Now don't wash time, i will show you how to tweak BlogSpot Classic Template with just a simple coding add-in. Please follow this steps:
Note: Remember to backup your template and widgets before attempting to follow the steps below.
1. Login to blogger with your ID.
2. At dashboard, click Template.
3. Click on Edit HTML tab.
- Search for sidebar section and find this code :
<BloggerArchives>
<a href="<$BlogArchiveURL$"$gt;'><$BlogArchiveName$></a>
</BloggerArchives> - Replace above code with this code :
<select name="archivemenu" style="width:100%" onchange="document.location.href=this.options[this.selectedIndex].value;>
<option selected>- Archives -</option>
<BloggerArchives>
<option value="<$BlogArchiveURL$>"><$BlogArchiveName$></option>
</BloggerArchives>
</select> - Save Change. Done..
See the different? hope you like it…
Blog till you expert….
Author: AlexL
Do you have any suggestions? Add your comment. Please don't spam!Subscribe to my feed
this was extremely helpful information, thanks!!!