RtThemesSupport

rttheme18-codesnippet-portfolio

Aug 12th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1.                     <?php if( ! empty( $thumbnail_image_output )  ):?>
  2.                         <!-- portfolio image -->
  3.                         <div class="featured_image <?php echo empty( $rt_display_descriptions) && empty($rt_display_titles) ? "embedded" : ""; ?>">
  4.                                 <?php echo ! empty( $title ) && $rt_display_embedded_titles ? sprintf( '<span>%s</span>', $title ) : "" ; ?>
  5.                                 <a href="<?php echo $permalink;?>" target="<?php echo $target;?>" title="<?php echo $title; ?>" >
  6.                                 <?php echo $thumbnail_image_output; ?></a>
  7.                         </div>
  8.                     <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment