I am trying to create a WordPress site with six lists per page, each list showing posts from a different category. Plain.
But then, if the user selects a tag by taking them to this tag archive page, I want them to still see the template with six lists, but all messages in each category are also filtered by the tag. Therefore, message lists are filtered first by tag, and then by category.
As far as I can tell, there is no way to do this with query_posts or something else, it needs more advanced use of the database, but I don't know how to do it! I think there is a similar question here, but since I know very little PHP and not MySQL, I cannot understand the answers!
php mysql tags wordpress
Laura kalbag
source share