How would I call out additional posts that have a tag by that matches the current post's title? For example if the current posts is titled "opossum" I would like teasers from all posts tagged with "opossum" to show at the bottom of the page.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Jun 22 '12 at 22:53
|
First you need to fetch the current category, then grab posts. So, try
|
|||||
|
|
||||
|
|