Is There A Way To Display All Wordpress Posts With A Given Tag?
Categories: advertising
I want to display all posts that have a certain tag applied.
So for example, all articles that had the tag “monkey” would be displayed. I want “monkey” to be the variable and I can swap it out w/ whatever is necessary.
Related posts:
- Looking For A Wordpress Theme That Doesn’t Display Posts Until They Are Searched For.? I’m
- Looking For A Wordpress Theme That Doesn’t Display Posts Until They Are Searched For.? I’m
- How Do I Make Wordpress Only Display One Post At A Time? I’m
- Can I Get Wordpress To Display Posts From A Certain Category On A Page? I manage a
- Wordpress Question: How To Display Posts In A Page? Can someon
Related posts brought to you by Yet Another Related Posts Plugin.
Oct
10
10
Just use the following URL: http://yourdomain.com/?tag=monkey
This works on 2.5, I’m not sure when it was introduced but it should work on recent versions.