Display posts from only one category not from all categoris
-
Hi
I have the following code
<?php $categories = get_categories('hide_empty=1'); foreach ($categories as $category) : query_posts('showposts=1&cat='.$category->cat_ID); if (have_posts()) : the_post(); ?>
wich displays lates post from all categories on home page
i want do display all of posts from only one category on home page
What do i need to change here?
category id is 9 and category name is Novosti
Thank you alot ??
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Display posts from only one category not from all categoris’ is closed to new replies.