Skip to content

Commit

Permalink
Merge branch 'SteveJonesDev/issue192' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Oct 24, 2023
2 parents dbd2ae1 + 94a85d7 commit cbc03da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function eqd_tha_footer_cta() {
$disable = get_field( 'disable' );

if ( ! $disable ) :
if ( ! is_author() && ! is_archive() && ! is_category() && ! is_tax() ) :
if ( ( ! is_author() && ! is_archive() && ! is_category() && ! is_tax() ) || is_archive( 'eqd-featured-press' ) ) :
?>

<section class="block calculator-signup-block">
Expand Down

0 comments on commit cbc03da

Please sign in to comment.