Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if ( function_exists( 'add_theme_support' ) ) {
  2. add_theme_support( 'post-thumbnails' );
  3. }
  4.  
  5. if ( has_post_thumbnail() ) {
  6. the_post_thumbnail(); // if there is a featured image added to the post then it'll show it
  7. }
Add Comment
Please, Sign In to add comment