an
groups-icon

Remove or Hide a Category from Home page

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Brian Delahunty
    0 points
    Beginner

    Hi,

    On the Homepage the CATEGORIES ARE DISPLAYED however, I want to hide a category from display on the main page but keep it on the Sidebar.

    I used this in the “functions.php” but it didn’t work.

    function exclude_category($query) {
    if ( $query->is_home() ) {
    $query->set(‘cat’, ‘-347’);
    }
    return $query;
    }
    add_filter(‘pre_get_posts’, ‘exclude_category’);

    January 18, 2017 at 1:11 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 18, 2017 at 4:06 pm
  • Brian Delahunty
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 8:26 am
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 2:00 pm
  • Brian Delahunty
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 2:17 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 2:24 pm
  • Brian Delahunty
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 2:32 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 2:45 pm
  • Brian Delahunty
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 4:41 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 19, 2017 at 5:01 pm

318

Views

9

Replies