Quote:
Originally Posted by harvey
aaah, now that I take a closer look to the code fris posted I see the problem. Instead of copy/pasting the code as fris posted, do it like this:
Code:
<?php if (is_home()) {
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("cat=-3&paged=$paged");
} ?>
just a formatting problem
|
Thanks Harvey and Fris... everything is working fine now
