Skip to content

March 22, 2011

2

Blogsome Archive in Drop-down Menu Style

blogsome archive in drop-down styleHere is how to create a drop-down archive menu for Blogsome powered blog (if you still like your Blogsome.com;s blog)

1. After login -> Manage -> Files -> Main Index
2. Find the following code: {get_archives type=’monthly’}
3. Delete and replace it with this code:

<li><form name="archiveform" action="" method="post" style="margin: 0px; padding: 0px;">
<select id="archive_chrono">
<option value=''>Select Month to View</option>
{get_archives type='monthly' format='option' show_post_count='1'}
</select>
<input size="40" type="button" value="Go" onclick="window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);" />
</form></li>

4. Click Update Template to save. Done.

Read more from Asides
2 Comments Post a comment
  1. Mar 26 2011

    i want to sign up for blogsome account, but they closed the registration

    Reply
    • Mar 26 2011

      Yeah, unfortunately blogsome closed new registration. the tutorial above is only for those who have already got blogsome blog

      Reply

Share your thoughts, post a comment.

(required)
(required)

Note: HTML is allowed. Your email address will never be published.

Subscribe to comments