Forums

RSS Import Formatting / Images (3 posts)

  1. ggarza1
    Member
    Posted 4 years ago #

    Hi. I'm having trouble with importing my RSS feed into my page. I'm able to import my rss feed. But none of the images show up, or the styles. So it displays all the content unformatted, and no image, or image "img src" tag.

    This is what my getSomeFeed looks like;
    ------------

    <?php
    $feedUrl = "http://gerardogarzastudio.net/source/wp-rss2.php";
    $feedOut = getSomeFeed($feedUrl, 5, true, "feed-cache_source", '', -1, false, $noHTML = true, $showTime = true, $showTimeGMT = true, $titleImages = true);
    if ($feedOut)
    echo $feedOut;
    ?>

    --------
    Can anyone tell me what I'm doing wrong?

    http://gerardogarzastudio.net/index.php <- php file
    http://gerardogarzastudio.net/source/wp-rss2.php <- rss feed
    http://gerardogarzastudio.net/source <- wordpress blog default. which no one will see. The idea is to just post and import into my formatted site.

    Thanks for your help!

  2. Beel
    Member
    Posted 4 years ago #

    Try setting your RSS feed options in the Admin section to display the full post. And don't forget to clear the CG-Feedread cache so the new feed will be cached.

  3. ggarza1
    Member
    Posted 4 years ago #

    Got it! Thanks. ( I had to set some other settings; the $feedStyle = 2

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags