Reply To: most recent update broke my navigation/header setup

Home Forums Support most recent update broke my navigation/header setup Reply To: most recent update broke my navigation/header setup

Home Forums Support most recent update broke my navigation/header setup Reply To: most recent update broke my navigation/header setup

#157537
cgu_outreach

Hi Tom,

Thanks for the prompt reply.
The hook is in BEFORE HEADER and is as follows:

<?php
global $post;
$image = get_post_meta($post->ID, ‘custom_header’, true);
if ( ! empty( $image ) ) : ?>
” alt=”” style=”position: relative; vertical-align: bottom;” />
<?php else : ?>

<?php endif; ?>