Family Guy
Member
Posted 2 years ago #
Hello all,
I have a problem with Revolution Church theme in modifying it.
The theme has three 'featured category' blocks just below the featured-content-gallery, and I can't figure it out how to change the category of the articles that should be shown there.
Could you please help me in solving this :)
Thanks.
Family Guy
Member
Posted 2 years ago #
I think that i have to play with home.php!
<?php $recent = new WP_Query("cat=11&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
Family Guy
Member
Posted 2 years ago #
yeah. you have to check "home.php" in order to change the category of the articles that should be shown there.
Solved.