Guest User

Untitled

a guest
Feb 17th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if(has_post_thumbnail()){
  2. $thumbnail_url = get_the_post_thumbnail_url(null, "large");
  3.  
  4. //echo '<a href="'.$thumbnail1 a.'" data-featherlight="myimage.png">';
  5.  
  6. printf('<a href="%s" data-featherlight="image">', $thumbnail_url);
  7. the_post_thumbnail( "large", array("class" => "img-fluid") );
  8. echo '</a>';
  9. }
Add Comment
Please, Sign In to add comment