Show posts using “category_name” is not working for new categories
-
Hi!
I always separated my new posts in categories like this:
<?php query_posts(“category_name=12&orderby=post_date&order=DESC&showposts=5”); ?>
<?php while (have_posts()) : the_post(); ?>
” rel=”bookmark”><?php the_title(); ?></br></div>
<?php endwhile; ?></td></tr>But, it’s not working for my new categories as 29, 30 and 31… I think it?′s happening since I upgraded my website, and I have no clue of what?′s happening… if I write a category number like 8, it works, if I write a new category number as 31, it doesn?′t! ?? And YES, I have posts on them.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Show posts using “category_name” is not working for new categories’ is closed to new replies.