Forums

[resolved] Am I an Idiot? Feed Images (3 posts)

  1. davidball4444
    Member
    Posted 8 months ago #

    Hey all,

    Been trying for days now to get my featured images in my feedburner feed with no success.

    My latest attempt has completely broke my feedburner feed:

    http://feeds.feedburner.com/cons-piracy/

    The only thing I have changed is adding this code to the functions.php file in my theme folder:

    function diw_post_thumbnail_feeds($content) {
    global $post;
    if(has_post_thumbnail($post->ID)) {
    $content = '<div>' . get_the_post_thumbnail($post->ID) . '</div>' . $content;
    }
    return $content;
    }
    add_filter('the_excerpt_rss', 'diw_post_thumbnail_feeds');
    add_filter('the_content_feed', 'diw_post_thumbnail_feeds');

    Any help much appreciated :(

  2. Marventus
    Member
    Posted 8 months ago #

    Hi David,

    Your pictures seem to be displaying fine in your RSS feed.
    Do you need further assistance with this?

  3. davidball4444
    Member
    Posted 8 months ago #

    yh sorry, it seemed i had fixed it and it took feedburner about an hour to update lol thanks for checking it out though :)

Reply

You must log in to post.

About this Topic