Basically exactly what the title says, I am running 3.0.1 and want to be able to quickly flag up posts that have no tags currently assigned to them.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
I think this could get resource-intensive quickly, but fastest API way would be to create list of tags and query for posts that do not belong to any:
If you have large amount of tags or need to do this often it is probably better to look into building raw SQL query for this. |
|||
|
|