Hi Dap,
My guess is that you’re using CPT UI and recently updated your plugins.
There was an issue with 1.0.0 and 1.0.1 where taxonomies would loose their connection to the CPT.
Have a look at the support threads over there π
Unless you’re trying to use WordPress builtin categories which is not yet supported:
https://wordpress.org/plugins/beautiful-taxonomy-filters/faq/
https://wordpress.org/support/topic/doesnt-work-with-cpt-using-default-category-tag?replies=4
Thread Starter
Dap1
(@dap1)
Hey Jonathan. Thanks for your reply. I am not using CPT UI. I’m using WCK https://wordpress.org/support/view/plugin-reviews/wck-custom-fields-and-custom-post-types-creator
I’ve read the FAQ and nothing there helped me in this situation.
Hey,
Okay. I’ll help you troubleshoot it.
- Are you using your own custom taxonomies (wordpress builtin wont work)?
- Have you visited the settings page and setup the plugin to work towards your cpt and not disabled the taxonomies you want to use?
Thread Starter
Dap1
(@dap1)
Thanks for you help Jonathan. I decided to move to categories instead of custom taxonomies. You can close this ticket.
Alright so you issue was with using categories rather than taxonomies?
I’m using categories for custom post type and they doesn’t show up in filter.
CPT is hardcoded.
Hi Slams.
First off you should always create a topic of your own π
But it’s fine for the moment!
This plugin currently does not support any builtin posttypes or categories. There’s more information here: https://wordpress.org/plugins/beautiful-taxonomy-filters/faq/
and here are some other support tickets regarding the subject:
https://wordpress.org/support/topic/doesnt-work-with-cpt-using-default-category-tag?replies=4
https://wordpress.org/support/topic/cant-get-filter-to-show?replies=3
Hi,
I pasted in my page-mycustompost.php this code
<?php if(function_exists('show_beautiful_filters')){ show_beautiful_filters(); } ?>
But i can’t see any dropdown…
Thanks for your help
Hi,
Please create a new topic to get help since I can’t keep track of all the old threads π
oh sorry ! it’s a mistake from me…but found solution with show_beautiful_filters(mycpt);
thanks