I’m looking for a way to delete default category functionality in wordpress but after i delete the default category in wp_terms table in mysql database, it automatically assigns default category to another category.

Does anyone know how to achieve this?

Thank you for any help.

5 Answers
5

Impossible. WordPress requires a default category, that’s hard coded.

If you need a taxonomy without default value – create a custom taxonomy.

Leave a Reply

Your email address will not be published. Required fields are marked *