Display Posts for a specific Tag(s) on a Page?
-
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 useget_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!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Display Posts for a specific Tag(s) on a Page?’ is closed to new replies.