I made some custom taxonomies in my wordpress site and now I want to search the particular taxonomy related content and display these by selecting the taxonomies option from drop down list.
Suppose One of my taxonomies name is “metal
“. then I made this as drop down by following code:
wp_dropdown_categories( 'taxonomy=metal' );
But I don’t know how to search the related content in my site by selecting metal list from drop down bar. Is there any appropriate solution or plugin for that?
Thanks.
Try the below code.It worked for me: