After we click on a class hyperlink we discover all posts beneath that class. I want to cover posts from particular tag inside that class, and to indicate a hyperlink which allow us to indicate the posts on that tag (which was hidden) inside class. With jQuery and tabs I can obtain this, however there’s a downside with pagination. So I would like to seek out one other means.
Instance: We now have 10 posts; 5 with Class A and 5 with Class B.
Of these, 3 posts have Tag C (2 from Class A and 1 from Class B).
After I click on class A will present 3 posts (hidding the 2 tagged ‘C’) and afterwards (once I’m in class web page) if I click on Tag C it’s going to present 2 posts (not 3, as a result of 1 put up has class B).
Is that this potential?