From 8eb6b3ffbfabd58a7efbc1b734c907da8e32f73c Mon Sep 17 00:00:00 2001 From: IshKeyes Date: Mon, 11 Dec 2023 15:49:35 -0500 Subject: [PATCH 1/2] update conditional to render short description --- .../partials/services/content-topic-page.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wp/wp-content/themes/phila.gov-theme/partials/services/content-topic-page.php b/wp/wp-content/themes/phila.gov-theme/partials/services/content-topic-page.php index 819291b3fc..4ccad25ea4 100644 --- a/wp/wp-content/themes/phila.gov-theme/partials/services/content-topic-page.php +++ b/wp/wp-content/themes/phila.gov-theme/partials/services/content-topic-page.php @@ -5,12 +5,18 @@ * */ ?> - +
- +
+ +
+
+ +
+
'service_page', @@ -33,7 +39,7 @@

- +
From cdfea8f0ac8c4dc2f6b1745f8b47657db2f534b9 Mon Sep 17 00:00:00 2001 From: IshKeyes Date: Mon, 11 Dec 2023 15:52:49 -0500 Subject: [PATCH 2/2] metabox update --- .../phila.gov-customization/admin/meta-boxes/meta-boxes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp/wp-content/plugins/phila.gov-customization/admin/meta-boxes/meta-boxes.php b/wp/wp-content/plugins/phila.gov-customization/admin/meta-boxes/meta-boxes.php index b786c20885..1c5b07a094 100644 --- a/wp/wp-content/plugins/phila.gov-customization/admin/meta-boxes/meta-boxes.php +++ b/wp/wp-content/plugins/phila.gov-customization/admin/meta-boxes/meta-boxes.php @@ -891,6 +891,7 @@ function phila_register_meta_boxes( $meta_boxes ){ 'visible' => array('phila_template_select', 'topic_page'), 'fields' => array( + Phila_Gov_Standard_Metaboxes::phila_metabox_v2_phila_advanced_small_wysiwyg('Topic Page Content'), array( 'name' => 'Hide child pages', 'type' => 'heading'