Hi friends
I have deleted some non-required tags directly from "wp_terms" table using phpMyAdmin.
Now I think their references are still there in "wp_terms_relationships" and "wp_terms_taxonomy" tables.
Is it true? If yes, how can I delete their references from other tables so that all 3 tables remain synchronized.
btw following are the record size of 3 tables:
wp_terms - 2154
wp_terms_relationships - 39123
wp_terms_taxonomy - 2587
And "wp_posts" table contains 1326 records.
Thanks in advance.