Forums

MediaRSS with Post Thumbnail
Error with get_the_post_thumbnail() (2 posts)

  1. JaredDetroit
    Member
    Posted 1 year ago #

    I'm receiving the following error that bricks my rss feed. It was after posting an embedded swf.

    Fatal error: Call to undefined function get_the_post_thumbnail() in /hsphere/local/home/wwwuser/clientsite.com/news/wp-content/plugins/mediarss-with-post-thumbnail/mrss-with-thumbnail.php on line 53

    http://wordpress.org/extend/plugins/mediarss-with-post-thumbnail/

  2. tamayo
    Member
    Posted 1 year ago #

    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 );

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic