Ok, so i have my blog, the red link in my sig, and I have an archives plugin for the archives page that isn't working very well.
I want archives like problogger, or thoushallblog.com
Any ideas?





Ok, so i have my blog, the red link in my sig, and I have an archives plugin for the archives page that isn't working very well.
I want archives like problogger, or thoushallblog.com
Any ideas?
Hi Ardit,
I think that what they're using there are custom pages. Check here for more info: codex.wordpress.org/Pages#Page_Templates
I believe they are using a sitemap plugin for WordPress. I'm not sure which one though. It may be this one but I'm not 100% sure.
The code I use for my WP archive is this:
<h3>Posts by Channel</h3>
<ul>
<?php wp_list_categories('show_count=1&title_li='); ?>
</ul>
<h3>Posts by Topic</h3>
<?php wp_tag_cloud('smallest=14&largest=14&unit=px&numbe r=0&format=list'); ?>
<h3>Posts by Month</h3>
<ul>
<?php wp_get_archives('show_post_count=1'); ?>
</ul>
<h3>All Posts by Title</h3>
<ul>
<?php wp_get_archives('type=postbypost'); ?>
</ul>
You can see what it looks like on my blog. Hope this helps.
Last edited by ArwenTaylor; Jan 1st, 2009 at 2:58 pm. Reason: Automerged Doublepost
♥ Blogroll link available on 4 websites PR1 and above. PM for details.
♥ Drop by my internet business blog for advice on developing an online business.
♥ High quality, cheap PLR articles





Thanks Arwen, that helps
♥ Blogroll link available on 4 websites PR1 and above. PM for details.
♥ Drop by my internet business blog for advice on developing an online business.
♥ High quality, cheap PLR articles
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks