Answer Posted / Pradeep Kumar Sharma
To delete all categories in WordPress, you can use PHPMyAdmin or other database management tools:n1. Access your WordPress database using PHPMyAdmin.n2. Find and select the 'wp_categories' table (or your database prefix might be different).n3. Click on the 'Search' button and set '0' for the 'category_ID'. This will list all categories.n4. Select all the categories and click 'Delete'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers