In the concept of a blog, each post we will be neatly archived automatically every month. Each entered a new month, as January, the archives in December will appear in the sidebar. The problem is, if we're blogging a year, then the archive from January to December will be lined up in our sidebar. How about two and three years' time?.
So, how many months / years we have blogging in blogger / blogspot, menus months TSB will not meet the length and lined up on our sidebar. Who seemed to just the name of "Archives", just after the click, the name will appear in our archives.
To make the archive pulldown is twofold namely to bloggers with a classic template, and new template. For the classic template steps are:
1.Log in to check your id dg blogger.com
2 Click the Template
3.In the sidebar of your blog's archives section, there is the html code as follows:
4.Well, replace the code above dg html code below:
So, how many months / years we have blogging in blogger / blogspot, menus months TSB will not meet the length and lined up on our sidebar. Who seemed to just the name of "Archives", just after the click, the name will appear in our archives.
To make the archive pulldown is twofold namely to bloggers with a classic template, and new template. For the classic template steps are:
1.Log in to check your id dg blogger.com
2 Click the Template
3.In the sidebar of your blog's archives section, there is the html code as follows:
&<BloggerArchives>
<a href="<$BlogArchiveURL$"$gt;'><$BlogArchiveName$></a>
</BloggerArchives>
4.Well, replace the code above dg html code below:
<select name="archivemenu"
onchange="document.location.href=this.options[this.selectedIndex].value;">
<option selected>- Archives -</option>
<BloggerArchives>
<option value="<$BlogArchiveURL$>"><$BlogArchiveName$></option>
</BloggerArchives>
</select>
5.When finished, click SAVE CHANGES. When you are DONE, click republish.
6.Done.
For those of you who use the new template, easier steps, namely:
- login first, of course, with your id
- click LAYOUT
- Click the PAGE ELEMENTS, search element (box) that says Blog Archive
- Click Edit on the box last Blog Archive
- In addition to the writing style there are a few radio buttons, select the radio button that reads Dropdown Menu by giving a tick / check
- Click Save Changes
- completed
0 komentar:
Post a Comment