- This topic has 2 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
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 › Empty taxonomy data
Tagged: empty, result_page, taxonomy
Hello,
we’ve applied the filter into custom taxonomy page, the filter works correctly bur in the result page the taxonomy data are empty.
For example “echo category_description( $category_id );” doesn’t return any content.
Thanks in advance for your support
Mirco
Hi Mirco, we are not open on weekends – you don’t need to make a second ticket.
To access the info from the query, you just need to access:
$global $wp_query;
var_dump($wp_query->query);
You should be able to find what you need in here.
I’m adding some template tags in the next version of S&F to make some of this easier.
Thanks