THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Posts of one category op home

Home › Forums › Omega Child › Posts of one category op home

Tagged: homepage home

  • This topic has 2 replies, 2 voices, and was last updated 11 years, 11 months ago by tastymouse.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 17, 2014 at 2:21 pm #2396
    tastymouse
    Participant

    Hi, I want post of one category only on my homepage. How can I do this is an Omega childtheme?

    July 1, 2014 at 5:57 am #2419
    han
    Keymaster

    Insert this code into functions.php, and replace ‘9’ with your selected category id.

    function my_home_category( $query ) {
     if ( $query->is_home() && $query->is_main_query() ) {
     $query->set( 'cat', '9');
     }
    }
    add_action( 'pre_get_posts', 'my_home_category' );
    July 1, 2014 at 6:46 am #2424
    tastymouse
    Participant

    Thanks, Tom

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php