figuren-theater/install.php

WordPress installer-dropin for the figuren.theater Multisite network.

1.4.0 2024-02-28 09:49 UTC

This package is auto-updated.

Last update: 2024-04-28 10:05:13 UTC


README


figuren.theater Logo

figuren.theater | install.php

WordPress installer-dropin for the figuren.theater Multisite network.


Read our blog

See the network in actionJoin the networkCreate your own network

About

Forked from devgeniem/better-wp-install-dropin: Slightly modified WordPress installer.php dropin for cleaner content after installation.

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
  • Use the ft_install_defaults hook to add custom functionality

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": {
        "figuren-theater/install.php": "^1.0"
    },
    "extra": {
        "dropin-paths": {
            "htdocs/wp-content/": ["type:wordpress-dropin"],
        }
    }
}

License

This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details

Acknowledgments to the original maintainers