Howdy,
I'm Googling my fingers off, but having a hard time finding a code snippet that will allow me to display a list of post titles on a Page for a specific tag.
Purely for example purposes, lets say I have a Page of exotic fruits, and under the header for Peru I want to list all posts that have been tagged with 'fruit-peru'.
How would I pass that request over to get_posts? I'm under the impression I first need to use get_the_tags.
How would this change if I wanted to include more than one tag, say 'fruit-peru' and 'fruit-etc'?
Thanks for the brain power!