Guest User

Untitled

a guest
Apr 26th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. add_image_size( 'medium_post_thumbnails', 87, 63, true);
  2.  
  3. echo '<div class="medium-news border-bottom margin-top">' .'<a href="'.get_permalink($post->ID). '">';
  4. echo get_the_post_thumbnail($post->ID, 'medium_post_thumbnails', array('class' => 'img-fluid')). '</a></div>';
Add Comment
Please, Sign In to add comment