mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 15:21:20 +09:00
Update default installed plugin, update README
This commit is contained in:
@@ -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.
|
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**
|
## **License**
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then
|
|||||||
--skip-email
|
--skip-email
|
||||||
wpcli rewrite structure '/%postname%/'
|
wpcli rewrite structure '/%postname%/'
|
||||||
echo "Installing and activating plugins..."
|
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 '{
|
wpcli option update cache_enabler '{
|
||||||
"version": "1.8.15",
|
"version": "1.8.15",
|
||||||
"use_trailing_slashes": 1,
|
"use_trailing_slashes": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user