Advertisement
fayway

Untitled

Apr 2nd, 2013
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. <div class="entry-thumbnail">
  2. <a href="<?php the_permalink()?>" title="<?php  the_title(); ?>">
  3. <?php if(function_exists('get_wp_lazy_loading_blank_image')){ ?>
  4. <img width="348" height="232"  class="lazy attachment-size-featured wp-post-image" data-original="<?php echo get_the_post_thumbnail() ?>" src="<?php echo get_wp_lazy_loading_blank_image(); ?>"  />
  5. <?php } else { ?>
  6. <img width="348" height="232" src="<?php echo get_the_post_thumbnail() ?>" class="attachment-size-featured wp-post-image" />
  7. <?php } ?>                                     
  8. </a>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement