Hello,
i have two taxonomy terms used within a custom post type. Now i would like to create a widget to show content and filter the output for these. Custom post type works but the taxonomy terms i have not showing up in the select dropdown.
Taxonomies are linked with every content type so this should not be the problem.
Any idea?
Hi,
I do not know how exactly you are creating this widget. The default widgets do not have the option to filter by taxonomy term. Maybe this topic will provide you some information if you would like to try and add this filter for the blocks – https://forum.tagdiv.com/topic/how-to-add-taxonomy-filter-in-block-filter-settings/
These are the only options at the moment regarding custom post types
– https://forum.tagdiv.com/custom-post-type-support/
Thanks
Hi,
well. Did not change the widgets. “Filter by taxonomy term:” is available to me at all [tagDiv] Blogs by default. Also in visual composer i see this drop down field. But just without any content i could select. I will try adding them to td_config like described.
param_name = taxonomy name ???
thanks in advance
As you can see in this screenshot. My td_config.php already contains something with taxonomy filter. So i really don’t know what to do now :/
Looks like there is a missing td_util::get_taxonomy_option() functionality. Like for tags, categories. Would be nice if you could tell me where these are added and how this could be done for taxonomies.
thanks in advance.
-
This reply was modified 9 years by
sabwolf.
Hi,
Probably you will have to make additional implementation here – https://www.screencast.com/t/f6CIA7x8yf but I could not say what exactly has to be done, as we have not make any tests regarding this. The default blocks do not have the option to filter by taxonomy, only by custom post type. You could search the forum for more valuable information if you would like to try and achieve this, like this topic for example
– https://forum.tagdiv.com/topic/filter-blocks-by-custom-taxonomies/
Thanks


