I currently have the following query string in wordpress:
author_name=admin&category_name=uncategorized&posts_per_page=2
This shows all posts in my related posts area that I have
but I want to just show the current tags used in the post that are also used in other posts but exclude those posts that don’t have these tags
How do I amend the query string above to fo that?
Many thanks