From d71e2a5ade3078158570f0c25b0b515d44439437 Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Thu, 30 Jan 2025 19:47:58 +0900 Subject: [PATCH] Update default installed plugin, update README --- README.md | 16 ++++++++++++++++ templates/wp-setup.sh.template | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b1b72..e780472 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,22 @@ KazeWP leverages Bash scripts to automate key tasks such as site creation, listi By combining these components, KazeWP offers a fast, efficient, and scalable solution for managing multiple WordPress websites with minimal configuration. +--- +## **Default Plugins and Theme** +Each WordPress installation comes pre-configured with carefully selected plugins and theme to enhance your site's functionality right from the start: + +### Pre-installed Plugins +- **Wordfence Security**: Premium WordPress firewall and security scanner +- **Rank Math SEO**: Advanced SEO plugin for optimizing your content and improving search engine visibility +- **Fluent SMTP**: Reliable email delivery solution for WordPress +- **SEO Framework**: Lightweight, fast, and automated SEO solution +- **Cache Enabler**: Efficient caching plugin for improved performance + +### Default Theme +- **Kadence**: Modern, lightweight, and customizable WordPress theme optimized for performance and flexibility + +These default installations ensure that your WordPress sites are ready for production use with essential SEO, performance, and email functionality out of the box. + --- ## **License** diff --git a/templates/wp-setup.sh.template b/templates/wp-setup.sh.template index e4ec15b..196ba2a 100644 --- a/templates/wp-setup.sh.template +++ b/templates/wp-setup.sh.template @@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then --skip-email wpcli rewrite structure '/%postname%/' echo "Installing and activating plugins..." - wpcli plugin install wordfence cache-enabler --activate + wpcli plugin install wordfence cache-enabler autodescription fluent-smtp kadence-blocks --activate wpcli option update cache_enabler '{ "version": "1.8.15", "use_trailing_slashes": 1,