mitramarathi
BANNED
- Apr 13, 2016
- 119
- 6
dear freindsI had autoblog with 3000 postsdeleted half of thembut orphan categories are taking tollI only want to delete category with zero postsplz help
I hope your delete button works better than your spacebar.
In any case, something like this should work, if you have access to the database:
Code:DELETE FROM wp_term_taxonomy WHERE taxonomy = 'category' AND count = 0