devgeniem/better-wp-install-dropin

Better WordPress installer.php dropin.

1.1 2016-10-25 09:02 UTC

This package is auto-updated.

Last update: 2024-04-20 14:33:01 UTC


README

geniem-github-banner

WP Dropin: Better install.php

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

This install.php dropin doesn't install bloat from default install.php and sets a few opionated wp options.

It doesn't send you email after installing new WordPress either.

Current options

  • Set empty page as Front page
  • Don't use any widgets
  • Use empty blog description ( if someone forgots to change that )
  • Use /%category%/%postname%/ permalink
  • Don't install any articles

Installation

You can copy install.php to your wp-content folder. Just plug&play.

OR you can use composer so that you can automatically update it too. Put these in your composer.json:

{
    "require": {
        "devgeniem/better-wp-install-dropin": "^1.0"
    },
    "extra": {
        "dropin-paths": {
            "htdocs/wp-content/": ["type:wordpress-dropin"],
        }
    }
}

License

GPLv3

Maintainers

@onnimonni

@Nomafin