Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Nutrition Theme

Remove Portfolio category from blogpage

(6 posts)
  1. ferhaddd
    Member

    Member
    Joined: May 2012
    Posts: 23

    Hi,

    I like to add some services in the portfolio section wich not must displayed in the blogpage. I see to solutions to my problem:

    1. Link the portfolio images on the frontpage to a page and not a post.

    2. Exclude the category from the portfolio from the blogpage.

    i added the following code in functions.php:
    function exclude_category($query) {
    if ( $query->is_home ) {
    $query->set('cat', '-4');
    }
    return $query;
    }
    add_filter('pre_get_posts', 'exclude_category');

    This will exclude the category from the blogpage but it will also remove the pictures from the portfolio.

    I need some help please

    sorry for my poor English

    Posted 1 year ago #
  2. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    Instead of using custom portfolio, you can use Wordpress Portfolio Plugin, It will fulfill your requirement.

    Download it from here

    Thanks.

    Posted 1 year ago #
  3. ferhaddd
    Member

    Member
    Joined: May 2012
    Posts: 23

    Thank you for your anwser. I'm my client like the portfolio on the theme. Please help me hide/exclude a category

    Posted 1 year ago #
  4. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    It require customization and we can't provide customization for features other then theme features,
    You can call free lancer to that work.

    Thanks.

    Posted 1 year ago #
  5. ferhaddd
    Member

    Member
    Joined: May 2012
    Posts: 23

    The portfolio is a theme feature. It is not a wordpress plugin. You can set it up in the theme option so it is a theme feature.

    Posted 1 year ago #
  6. ferhaddd
    Member

    Member
    Joined: May 2012
    Posts: 23

    i'm sorry it will cost you a negatief comment for the support !

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.