Last active
March 31, 2025 23:52
-
-
Save xyzulu/3f3f808b15f43eadd7a41657ce14ae60 to your computer and use it in GitHub Desktop.
default site setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wp language core install en_AU | |
wp site switch-language en_AU | |
wp rewrite structure '/%postname%/' | |
wp option update timezone_string "Australia/Sydney" | |
wp option set blog_public 0 | |
wp theme install hello-elementor | |
wp theme install https://github.com/elementor/hello-theme-child/archive/refs/heads/master.zip --activate | |
wp plugin install postmark-approved-wordpress-plugin --activate | |
wp plugin install mainwp-child --activate | |
wp plugin install litespeed-cache --activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment