Viewing 1 replies (of 1 total)
  • You may need to enable support for this feature.

    Open up your theme’s functions.php file. Add the following:

    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 70, 70 );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: MediaRSS with Post Thumbnail] Error with get_the_post_thumbnail()’ is closed to new replies.