Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if( ! empty( $thumbnail_image_output ) ):?>
- <!-- portfolio image -->
- <div class="featured_image <?php echo empty( $rt_display_descriptions) && empty($rt_display_titles) ? "embedded" : ""; ?>">
- <?php echo ! empty( $title ) && $rt_display_embedded_titles ? sprintf( '<span>%s</span>', $title ) : "" ; ?>
- <a href="<?php echo $permalink;?>" target="<?php echo $target;?>" title="<?php echo $title; ?>" >
- <?php echo $thumbnail_image_output; ?></a>
- </div>
- <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment