Forums
(@nikola_666)
14 years, 7 months ago
so I need to replace this <?php if (is_category()) { ?> with <?php query_posts('category=category-slug-name'); ?> or ?
<?php if (is_category()) { ?>
<?php query_posts('category=category-slug-name'); ?>
Please if you can edit the whole code above ..