From f8f7b557ac3517af06dac73a0e16ce906a4f127d Mon Sep 17 00:00:00 2001 From: Kevin Cristiano Date: Tue, 7 Nov 2023 07:50:07 -0500 Subject: [PATCH] do not use latest cutting edge theme Don't enable default FSE Theme --- app/config/wp-clean/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/wp-clean/install.sh b/app/config/wp-clean/install.sh index 01dc60c0..b0abbc6f 100644 --- a/app/config/wp-clean/install.sh +++ b/app/config/wp-clean/install.sh @@ -48,6 +48,7 @@ TZ=$(php --info |grep 'Default timezone' |sed s/' => '/:/ |cut -d':' -f2) wp option set timezone_string $TZ wp rewrite structure '/%postname%/' wp rewrite flush --hard +wp theme install twentythirteen --activate wp plugin activate civicrm wp eval '$c=[civi_wp(), "add_wpload_setting"]; if (is_callable($c)) $c();' ## Temporary workaround, init wpLoadPh