Thread Starter
juarma
(@juarma)
do somebody have a page (for example: category-5.php) that this cat (category ID=5, or other!) look in a page not-principal-page of the blog???
please, help me. thank you!
Thread Starter
juarma
(@juarma)
question:
i’ve looked this:
“
// Get the last 10 posts in the special_cat category.
<?php query_posts(‘category_name=special_cat&showposts=10’); ?>
<?php while (have_posts()) : the_post(); ?>
<!– Do special_cat stuff… –>
<?php endwhile;?>
“
where do i put it?
and, how do i do that “special_cat” appear only in page “SpecialZone”???
thank you!
Thread Starter
juarma
(@juarma)
thank you! i look it.
i hope to found that i search. 🙂