How would I show posts that have a tag who’s name matches the title of the current post?
For example if you are on a post called “Hippo” at the bottom of the page I would like posts with the tag “Hippo” to be displayed.
Leave a Reply
You must be logged in to post a comment.
The query would look something like this:
This assumes that the tag slug for “Hippo” is “hippo”, which should normally be the case.