Hi - sorry to bother... I've been reading for hours on this site and others on how to show only one category, but I think the Remix version of the code has me stumped... If anyone could help, I'd be more than grateful!
I have this code in place, and it works:
-
<!--remix:<?php $recent = new WP_Query("showposts"); while($recent->have_posts()) : $recent->the_post();?>:remix-->
- <!--remix:">:remix--> <!--remix:<?php the_title(); ?>:remix--> <!--remix:<!--remix:<?php the_content(); ?>:remix-->:remix-->
<!--remix:<?php endwhile; ?>:remix-->
But I'd like to modify it so it shows only one category, and NOT just recent posts but ALL posts from that category. I can't figure out what to change... Sorry if the question is a bit dumb!