Advertisement
wdtobibur

Featured Image

Sep 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. This is Code For featured image
  2. this is code past functions.php
  3.  
  4. add_image_size( 'portfolio_thum',400,300, true );
  5. add_theme_support('post-thumbnails');
  6.  
  7. //........this is code past image location
  8. <?php the_post_thumbnail('portfolio_thum') ?>
  9.  
  10. #############
  11. This Is Code For Image Link....
  12. $image_link = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );
  13. <?php echo $image_link ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement