These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Choose which kinds of pages S&F will try to do this on
Hi there
What happens when you remove the if statement? The shortcode is working?
I’m guessing you want to access this object for accessing the search data:
http://www.designsandcode.com/documentation/search-filter-pro/accessing-search-data/
Thanks
I put it above:
global $wp_query;
$sfid = $wp_query->query['search_filter_id'];
if ($sfid == '40407') {}...
The problem is you cannot have 2 category fields – please see the notes about restrictions:
IF you need to add a new field you must create a new taxonomy, scroll down that page for more info.
Thanks