Skip to content

Instantly share code, notes, and snippets.

@xyzulu
Last active March 31, 2025 23:52
Show Gist options
  • Save xyzulu/3f3f808b15f43eadd7a41657ce14ae60 to your computer and use it in GitHub Desktop.
Save xyzulu/3f3f808b15f43eadd7a41657ce14ae60 to your computer and use it in GitHub Desktop.
default site setup
#!/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