generated from bisco/codex-bootstrap
fix: harden WordPress content rendering
This commit is contained in:
@@ -46,6 +46,7 @@ wp option update permalink_structure '/%postname%/'
|
||||
if ! wp theme is-active azionelab; then
|
||||
wp theme activate azionelab
|
||||
fi
|
||||
wp eval 'set_theme_mod( "contact_instagram", "https://instagram.com/azionelab" ); set_theme_mod( "contact_facebook", "https://facebook.com/azionelab" ); set_theme_mod( "contact_youtube", "https://youtube.com/@azionelab" );'
|
||||
|
||||
for sample_id in 1 2; do
|
||||
if ! wp post get "$sample_id" --field=ID >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user