Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you can do what you want by changing the above to this:

    <?php
    if ( is_front_page() ) {
       global $query_string;
       query_posts( $query_string . '&cat=80');
    }
    get_template_part('loop','index');
    ?>

    Replace ’80’ with the category id of your category.

    Thread Starter mgmuranaka

    (@mgmuranaka)

    It did work and you are amazing! Thanks!

    If your problem has been solved, please use the dropdown on the right to mark this topic ‘Resolved’ so that anyone else with this question can see that there is a solution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Specific Post Category on Home Page’ is closed to new replies.