Smart Archives – doesn’t show new posts
-
I installed Justin Blanton’s “Smart Archives” plugin yesterday, and it worked like a charm… until I started writing new posts.
No posts that I’ve written since it was activated show up!
Running WP 2.0, and most current version of SmartArchive.
Any ideas?
The code for the Archive template I’m using is included below (used in a modified “Connections Reloaded” theme)
———————————————-
<?php
/*
Template Name: Archives
*/
?><?php get_header()?>
<div id=”main”>
<div id=”content”>
<!— middle (posts) column content begin –><?php smartArchives(‘list’,’2′); ?>
<!— middle (main content) column content end –>
</div>
<div id=”sidebar”>
<?php get_sidebar(); ?>
</div><?php get_footer();?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Smart Archives – doesn’t show new posts’ is closed to new replies.