shortlist-digital/croissant-sane-setup

Make some sensible setup changes to a new WordPress installation

Installs: 2 760

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 13

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.2.4 2015-09-30 16:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:18:09 UTC


README

Make some sensible setup changes to a new WordPress installation.

NB: This plugin only makes changes to the database, nothing is hardcoded.

Changes WP Sane Setup will make to your fresh install:

  • Delete the 'Hello World' post
  • Delete the 'Sample' page
  • Create a 'Home' page
  • Set the front page to 'Home'
  • Rename the 'Ucategorized' category to 'News'
  • Set the start of the week to Monday
  • Set default permalinks to /category/post-name
  • Disable emojis
  • Adds default 'List' post
  • Changes default theme to agreable-app-theme

UI

Once the plugin is enabled, a WordPress admin notice will ask you to run sane setup:

Admin Notice

Once the WP Sane Setup has run, the plugin is rundundant, and an admin notice will ask you to deactivate the plugin. After this you may want to delete WP Sane Setup from your plugins.

Done Admin Notice

Contributing

Contributions for other 'sane defaults' are welcome. Send me a pull request!

It's pretty easy, just wrap the singular change you want to make in a function, then in function do_setup(), call $this->example_change();.