I have been trying to work on improvements for my site but my knowledge is limited in this area. There is something I am trying to accomplish and I was hoping someone here could help.
My site is a WordPress site (with the latest version) and uses the Ultra Grid Theme.
I need a way to search multiple tags at once. With WordPress you are able to select one tag and show all posts with that tag. However I would like a user to be able to select multiple tags and show only cars that fit those criteria.
For example if someone wanted to buy an early model E30 and it has to be M20 powered, then they would select tags for "early model" and "M20". Or if someone wanted a convertible and it had to be manual and late model, then they could select "convertible", "manual", and "late model" and only cars with those tags would show.
Someone was working on a plugin that does exactly this, but they never finished it. He explained to me that it is finished but I need to "put <?php wp_tag_search(); ?> into the template where you want the tag cloud to appear. This means in the theme file, not in the content of the page itself". I would like the tag search to be on a separate page so can anyone walk me through how to do that?
Here are some links to info on the plugin...
Thanks!
My site is a WordPress site (with the latest version) and uses the Ultra Grid Theme.
I need a way to search multiple tags at once. With WordPress you are able to select one tag and show all posts with that tag. However I would like a user to be able to select multiple tags and show only cars that fit those criteria.
For example if someone wanted to buy an early model E30 and it has to be M20 powered, then they would select tags for "early model" and "M20". Or if someone wanted a convertible and it had to be manual and late model, then they could select "convertible", "manual", and "late model" and only cars with those tags would show.
Someone was working on a plugin that does exactly this, but they never finished it. He explained to me that it is finished but I need to "put <?php wp_tag_search(); ?> into the template where you want the tag cloud to appear. This means in the theme file, not in the content of the page itself". I would like the tag search to be on a separate page so can anyone walk me through how to do that?
Here are some links to info on the plugin...
Thanks!
Comment