I want to display post titles related by tag of current post. So if current post is tagged as "101", all posts tagged "101" will show up in a list underneath the post content.
I can make this work with the following code in my single-101.php (using Post Template plugin) :
[Code moderated as per the Forum Rules. Please use the pastebin]
This works. The problem comes in when a post has more than one tag. If there's more than one tag, nothing shows.
Is there a plugin that would allow me to display related posts of my choosing on a per-post basis? Essentially, there does not have to be any criteria met, only that I check a box for a tag(s), post(s), page(s), etc to be displayed.