Getting a Particular category showing up on home page
-
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?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Getting a Particular category showing up on home page’ is closed to new replies.