Guest User

Untitled

a guest
Oct 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. new MultiPostThumbnails(array(
  2. 'label' => 'Banner Image',
  3. 'id' => 'secondary-image',
  4. 'post_type' => array( 'research','events','people','labs','publications','projects','equipment','job','media','page' )
  5. ) );
  6. }
  7.  
  8. <div class="banner banner-detail row" <?php if (class_exists('MultiPostThumbnails')) : ?> style="<?php MultiPostThumbnails::the_post_thumbnail(get_post_type(), 'secondary-image') ?>" <?php else : ?>style="background-image: url('/wp-content/themes/tqt/img/hero-dim.jpg')" <?php endif; ?> >
Add Comment
Please, Sign In to add comment