Advertisement
zach-bowers

Removed from Parker Header

Jun 3rd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php $header_image = get_header_image();
  2. if ( ! empty( $header_image ) ) : ?>
  3. <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
  4. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement