Hello everyone, and please let me thank you all in advance for helping me. I'm not sure if this is the right section to be posting in and I apologize if it isn't. My website is located at http://www.gradedstakes.com/. I am using Word Press. As you can see I have categories of "News" "Handicapping" and "Information". Unfortunately, my posts from the "handicapping" category are showing in all three sections. I have the correct slug typed so I don't know what could be causing this. I'm editing the "home.php" file, and this is the code "<?php $recent = new WP_Query("cat=news&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>" As you can see it says cat=news but the handicapping cat is showing there. Any help would be greatly appreciated. Thanks again!