How can I disable or at least modify the default content inserted on a fresh wordpress install? For example to change the category from Uncategorised to News.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
The default Category of 'Uncategorized' it is hard-coded in several places. However, check out upgrade.php line # 109. If you would like to change the first posts check out the schema.php file located wp-admin/includes/schema.php line # 712 From there you can edit the first post. |
|||
|
|
|
Its prob not worth the trouble pre-install unless you have a specific concern, it will take much less time to do the following, Log in and change the name "uncategorised' to something of your liking. |
|||
|