From bd63031cb61074ad12b7a3bfff5f9922d2eafed6 Mon Sep 17 00:00:00 2001 From: Steve Jones Date: Mon, 3 Jun 2024 17:06:45 -0400 Subject: [PATCH] added - post single hero and modified date changes from the live server --- inc/layouts.php | 25 ++++++++++--------- .../calculator-signup.php | 2 +- .../blocks/resource-links/resource-links.php | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/inc/layouts.php b/inc/layouts.php index f2cc1dc..1f9078b 100644 --- a/inc/layouts.php +++ b/inc/layouts.php @@ -316,20 +316,20 @@ function eqd_single_fullwidth_content() { if ( get_field( 'post_format_style' ) !== 'full-width' ) : ?> - - '; ?> - - + + '; ?> + + ';} @@ -379,6 +379,7 @@ function eqd_single_fullwidth_content() { Written By + Updated on diff --git a/template-parts/blocks/calculator-signup-block/calculator-signup.php b/template-parts/blocks/calculator-signup-block/calculator-signup.php index d3251a7..d503016 100644 --- a/template-parts/blocks/calculator-signup-block/calculator-signup.php +++ b/template-parts/blocks/calculator-signup-block/calculator-signup.php @@ -58,7 +58,7 @@ if ( ! empty( $block_link ) ) { $url = $link['url']; $calculator_title = $link['title']; - if( $link['url'] ) { + if ( $link['url'] ) { echo ''; echo ''; echo esc_html( $calculator_title ); diff --git a/template-parts/blocks/resource-links/resource-links.php b/template-parts/blocks/resource-links/resource-links.php index b669f52..771580e 100644 --- a/template-parts/blocks/resource-links/resource-links.php +++ b/template-parts/blocks/resource-links/resource-links.php @@ -165,7 +165,7 @@ if ( ! empty( $row['selected_posts'] ) ) { $selected_posts = $row['selected_posts']; } - if( 'link' === $row['type_of_button'] ) { + if ( 'link' === $row['type_of_button'] ) { continue; } ?>