• Resolved sBowers

    (@sbowers)


    I created a feed using dapper and yahoo pipes and put it in the sidebar. On the first load of the page the feed looks like it is stacked in a single line. However if you reload the page it renders correctly. Any ideas?

    https://www.themspodcast.com > Recent News feed

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sBowers

    (@sbowers)

    the code I put in looks like this:

    <?php include_once(ABSPATH.WPINC.'/rss.php');
    wp_rss('https://pipes.yahoo.com/pipes/pipe.run?_id=a63b2ab6f8908c8dc252165d5ac93282&_render=rss', 10); ?>

    Worked fine first time in Firefox 3. However, you’ve got an extra opening <ul> tag in your Recent News when it renders on the page. That could be causing problems in some browsers.

    Thread Starter sBowers

    (@sbowers)

    I don’t see the
    <ul>. I’m working in ff 3.5 on a pc, a mac and I looked at safari on a mac as well. *shrugs*

    Anyone else have it render weird?

    Thread Starter sBowers

    (@sbowers)

    I see the <ul> in firebug. Not in the editor on the wordpress admin side though. weird.

    It’s probably being added by the widget.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘RSS Feed not rendering correctly until reload’ is closed to new replies.