exclude categories

  • Posted in : Bloggy WP
  • graficamoto4
    Participant

    hello
    I need to exclude some categories from display on the home page. Will you help me?

    Mehmet S.
    Keymaster

    Which blog layout are you using?

    graficamoto4
    Participant

    blog type: sidebar

    Mehmet S.
    Keymaster

    – go to Appearance > Editor > blog-sidebar.php

    – find this:

    <?php
       if ( have_posts() ) :
    

    – edit:

    <?php
       query_posts( 'cat=-1,-2,-3' );
       if ( have_posts() ) :
    

    The numbers are category ids. You can find a category id in your editing screen.

    See in the image:

    graficamoto4
    Participant

    Thanks, it work

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register