Show Categories on Sidebar
-
I have a site that I want to show the excerpt from the recent post in 2 categories in the sidebar. It works on the main page, but other pages it comes up blank.
Here’s the code…
<?php query_posts('cat=4,5'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_excerpt(); ?> <?php endwhile; endif; ?>
Suggestions, ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Show Categories on Sidebar’ is closed to new replies.