Okay
  Public Ticket #2814107
Exclude category from portfolio filter
Closed

Comments

  • Eveline Schram started the conversation

    How can I exclude categories from the portfolio filter? On the portfolio page

    http://www.ruimadvies.nl/prt/#recent I don't want 'recent' and 'home' to show.

    Thanks!

  • [deleted] replied

    Hi Eveline,

    Your site is on Coming Soon mode.

    Please send me your WordPress credentials, because I need to login to your site and test this.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   Eveline Schram replied privately
  • [deleted] replied

    Hi Eveline,

    Please add the code below to your Custom CSS area:

    body.page-template-portfolio .portfolio-category-home, .portfolio-category-recent {
        display: none !important;
    }
    Have a nice day!