Viewing 1 replies (of 1 total)
  • Maybe this theme is not support thumbnail. Add this code to ypur function.php:

    add_theme_support( 'post-thumbnails' );

    and this code where you want to get thumbnail:

    if ( has_post_thumbnail() ) {
    	the_post_thumbnail();
    }

Viewing 1 replies (of 1 total)

The topic ‘Media not showing’ is closed to new replies.