Is it possible to create a WordPress install that will automatically install with multiple plugins, a particular theme and custom settings so when I setup multiple blogs I don’t have install so much extras each time?

It’s because I will be installing lots of WordPress blogs of different kinds that require different plugins and different themes and I want to be able to just install with everything already there..

Thanks

5 s
5

If you have access to your host commandline and are running linux, why not pair wp_cli with a bash script. In this way you can have a fairly defined standard set of plugins to activate per install.

wp plugin activate plugin_a
wp plugin activate plugin_b
wp plugin activate plugin_c

Here’s a WP_CLI and YT demo video:

  • https://www.siteground.com/tutorials/wordpress/wp-cli.htm
  • https://www.youtube.com/watch?v=XheCztLIr68

Leave a Reply

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