why this code is not working now in wp2.0
-
Hello,
I have been using this line of code to exclude one category
<?php
if (is_home()) {
query_posts(“cat=-3”);
}
?>It’s been working fine in 1.5 when I upgraded to 2.0 this code is working but pagination function ( next , previous) is not working.
Any suggestion(s)?
Thanks
- The topic ‘why this code is not working now in wp2.0’ is closed to new replies.