Home › Forums › Support › most recent update broke my navigation/header setup › Reply To: most recent update broke my navigation/header setup
December 2, 2015 at 8:55 pm
#157537
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; ?>