Advertisement
Guest User

Untitled

a guest
Mar 18th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 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="100%" alt="" /></a>
  4.         <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement