Last active
March 31, 2025 23:52
-
-
Save xyzulu/3f3f808b15f43eadd7a41657ce14ae60 to your computer and use it in GitHub Desktop.
Revisions
-
xyzulu revised this gist
Mar 31, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,5 +8,5 @@ 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 -
xyzulu revised this gist
Feb 24, 2025 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ #!/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 -
xyzulu revised this gist
Feb 24, 2025 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ #!/bin/bash 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 --activate wp plugin install litespeed-cache --activate -
xyzulu revised this gist
Feb 24, 2025 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,7 @@ 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.git -- activate wp plugin install postmark-approved-wordpress-plugin --activate wp plugin install mainwp --activate wp plugin install litespeed-cache --activate -
xyzulu created this gist
Feb 24, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #!/bin/bash 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.git -- activate