integrate this loop code
-
In index.php i have modify the loop code, but i think in index.php it’s not necessary specific if (is_home()) because it’s always the main page, how can i integrate this two code in one ?
<?php
if (is_home()) {
query_posts(‘cat=1,2,3,4,5,7,9’);
}
?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘integrate this loop code’ is closed to new replies.