http://martyspellerberg.com/2011/11/creating-a-wordpress-tag-search-using-jquery/
I am basically looking for a plugin that does a simpler version of the functionality described here.
I want a visitor to select multiple tag and the blog to show results featuring those tags.
Looked around... There is no plugin that specifically caters to this functionality.
The link above shows a working implementation though the complete code is not available in the form of a plugin.
Fanaticweb
Member
Posted 1 month ago #
Something like this end result maybe? https://www.airbnb.ca/locations/new-york
Upon clicking the Tags displayed in the header, it filters down the results, wish someone would make a plugin like that, a different user friendly search approach.
vlad.shundalov
Member
Posted 4 weeks ago #
Looking for such a plugin, too
Come across this one http://wordpress.org/extend/plugins/posts-by-tag/
Same functionality is used in Evernote (-multuply taf selection, -live numbers of notes when tags selection is changed). Use it a lot. Need it a lot here.
take a look at Knowledge Building plugin, too.
Fanaticweb
Member
Posted 4 weeks ago #
Posts By Tag doesnt do much or anything special, simply echoes posts based on relative tags.
Knowledge Building plugin is a logical Tag builder for the posts, again, the end user has no control of the selection.
The initial post was meant for filtering the Tags in a search functionality: (Click or Drag & drop) Tag 1 + Tag 2 = results based of combination of Tag 1 and Tag 2
The link I posted features this approach in a very user friendly environment.