In my category page, I would like include a list of related tags that, when clicked, would filter the posts in that category to list only those with that tag.
My site is designed in grid-layout and are given one major category for the purposes of displaying category-specific css on the home page. Posts are also assigned meta tags to enable me to query each post in multiple category pages.
Ideally, once the user is on a category page (for example, 'environment'), she could click on the tag 'energy' and only those posts with that specific tag would remain on the page, filling in the spaces of the hidden posts. I would also like to be able to click "reset" or "see all".
I am very familiar with php and css, but barely new to jquery. Thanks for any insight!