Forums
(@abelq)
16 years, 7 months ago
Furthermore, while displaying blog posts on a static page, I removed posts from a category by adding &cat=-8 on this line
&cat=-8
<?php $my_query = "showposts=6&cat=-8"; $my_query = new WP_Query($my_query); ?>
nathanrice/kallywag, this is absolutely wonderful! Worked like a charm the first time I copy and pasted it. Thank you.