Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Filtering Tags

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1676
    bkimura1
    Participant

    I am wondering if it is possible to filter tags within the Portfolio? More so, I would like to exclude certain tags while using the Portfolio… is it possible to have one Portfolio with specific tags on a specific page and the have another Portfolio with different tags on a completely different page…

    The ability to only post specific tags using the Portfolio on different pages.

    Thanks,

    #1678
    mmsatori
    Keymaster

    Hey Bkimura1,

    first of all, thank you for the purchase!

    Kabuki does not offer such functionality by default, thus a customization is required.
    The easiest way to have more than one portfolio page with differing items is to hide the unwanted items with CSS:
    .page-id-XX #portfolio-list .tagname, .page-id-XX #portfolio-filter li:nth-child(2) { display: none; }
    replacing the “XX” with the page ID; in this example, the first part of the declaration (before the comma) removes the items themselves, and the second part hides the filters (in this case – the second one; please use the nth-child css property to remove the ones you do not need).

    The custom CSS should be inserted into the bottom of the “style.css” file (opens by default when visiting the “Appearance -> Editor” admin menu).

    Sincerely,
    Andrew / Satori Studio

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.