I have a customized template that I am using and I am trying to get post from just one category to show on the front page. The code that is there looks like this:
<?php if (Themehave_random_posts()) : ?>
<?php while (Themehave_random_posts()) : $theme_queryRandom->the_post();
if(!@in_array(get_the_ID(), $showedPosts)){?>
What would I change to control the category?