How to make old posts still show up
-
How do I make older posts continue to show up.
I’m using an older theme (arthemia free) and it shows five posts per page but posts older than about two years old simply don’t show up. <u>I want them to show up.</u> What controls the cutoff date?Here’s the loop code from my index.php:
$page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-27,-28&paged=$page&posts_per_page=5"); ?> <?php while (have_posts()) : the_post(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to make old posts still show up’ is closed to new replies.