Forums › Forums › Search & Filter Pro › No items
- This topic has 7 replies, 2 voices, and was last updated 9 years, 10 months ago by
Trevor.
-
Anonymous(Private) July 5, 2016 at 12:55 pm #50234
Hi, i want to filter with my terms the Search Result. Every Terms has Elements, but if i click the Search button in the area “Tags, Categories & Taxonomies” i´ve became in all Terms the error message:
No terms found! It looks like you haven’t created any terms. But i have set terms. What can i do?Thank you for your reply.
Anonymous(Private) July 5, 2016 at 2:16 pm #50242The Problem is, that my work is local. In all Fields i see no terms but the terms are set. By Example i have an taxonomy called Country and in the Countrys i have set Germany, Austria. In the Area i want to set all elements shown only Germany so i want to exclude Austria. But i have no chance to set it, because in this plugin the item i´ve set will not be listed after click on the sear4ch button. I ve taken an screenshot
Anonymous(Private) July 5, 2016 at 2:43 pm #50255Hi Trevor, thank you for your reply. I dont understand, what is the problem to resolve this error without an look into my web. I think it is an global error in the plugin not my web or my wordpress. Ive installed it into an another version of the website and the problem is the same.
Trevor(Private) July 5, 2016 at 3:50 pm #50269If it was a global error, we would not sell any copies and this forum would be full of the same issue, yes?
So, that means a setup error. Are you making any custom post types, custom taxonomies or custom fields. If yes, what plugins are you using to do this? and what have you made?
Anonymous(Private) July 5, 2016 at 5:00 pm #50274Ok you are right. I´ve wrote Custom Post Types by my own. How must i configure to have choice?
Here is one example of the taxonomy in the CPT:register_taxonomy(“Country”,
array(“mycpt”),
array(
“hierarchical” => true,
“label” => “Country”,
“singular_label” => “Country”,
“rewrite” =>true));
Sorry and thank you.
Trevor(Private) July 6, 2016 at 2:51 pm #50330Hi
Making your own can cause issues because you risk WP changing how things are done (as they are with each release of WP at this time with regard to taxonomies and meta data). It is safer to use the free plugins CPT UI (Custom Post Type UI) and ACF (Advanced Custom Fields) you can add this structure. You can also then add other unique meta form fields to filter the data.
-
AuthorPosts