Advertisement
srikat

Untitled

Dec 13th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. //* Add the main image above site tagline section (where background image would appear)
  2. add_action( 'genesis_after_header', 'sk_main_image', 9 );
  3. function sk_main_image() {
  4.  
  5.     printf( '<div %s>', genesis_attr( 'main-image' ) ); ?>
  6.         <img src="http://genesis.dev/wp-content/themes/minimum-pro/images/1800x600.jpg" />
  7.     <?php echo '</div>';
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement