hello! I need to change a bit of coding in the back end of my theme in order to display only certain category for some pages. I can do that only by accessing the codes, but there is no choice in this new wordpress. I want to use this following code in the new pages that i am creating, so to trigger only certain posts/category:
<?php query_posts('category_name=CATEGORYNAME&showposts=5');
while (have_posts()) : the_post();
// do whatever you want
?>
<b>" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?>
<?php
endwhile;
?>
could you help me with this? thanks
The blog I need help with is woodenleg.me.