Plugin Author
TC.K
(@wp_dummy)
Where you want to get the tags for? Is it in the form or in the search result template?
In the form, because the base functionnality retrieve all the tags for the Post Type and I need to have only the tags from a custom taxonomy.
Plugin Author
TC.K
(@wp_dummy)
I still don’t understand, because the tags are generated based on the taxonomy that you added in the form.
For example on this page :
http://intracable.ch/lyncee/types/product-data-sheet/
There is only one post and I have displayed the tags (DHM, I am a tag). In my search form I only want to have the tags that are displayed from my loop.
Plugin Author
TC.K
(@wp_dummy)
So, you want the tags generated from the post’s post type where you put the form, right? If so, you can’t.