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

Reply To: "All" Filter

New Front EN Support Forums Kanso Theme Support "All" Filter Reply To: "All" Filter

#3816
mmsatori
Keymaster

Hey Dan,

Getting rid of the “All” button is easy – please use this CSS (you can paste it into the “Style: Add Custom CSS” tab of the Theme Options panel):

#portfolio-filter-item-all { display: none; }

Telling the page to filter the results by default is trickier – you will need to include some custom jQuery, something along the lines of this, which will need to go into the “header-functions.php” theme file. You will need to replace the “XX” with the name slug of the portfolio tag that you wish to use as the default filter.

Sincerely,
Andrii / Satori Studio