If you’re the only author of the blog, then you can simply insert the following wherever you want the total post number to be displayed:
<?php the_author_posts() ?>
Thread Starter
nikazu
(@nikazu)
Nevermind. After searching around I discovered that I could do it by using the custom permalink structure and changing the ‘index.php’ links in the .htaccess file to ‘arch.php’.
Whew!
Thread Starter
nikazu
(@nikazu)
Thanks! Creating an archives.php file worked, but now I need to get archive specific content. The same post content that is on my index page shows up on my archive pages as well, both individual and monthly. Help?