Guest User

Untitled

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if(have_posts()){
  2. the_post();
  3. $page_thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' ); ?>
  4.  
  5. <div class="row container-kamn">
  6. <img src="<?php echo $page_thumb[0]; ?> " width="100%" class="blog-post" alt="Feature-img" align="right" width="100%">
  7. </div>
  8.  
  9. <?php }
  10. ?>
Add Comment
Please, Sign In to add comment