hide category on home page doesnt work
-
This doesnt seem to work
<?php
if (is_home()) {
query_posts(“cat=-62”);
}
?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘hide category on home page doesnt work’ is closed to new replies.