• hi,

    i use <?php wp_widget_rss_output(‘https://miridistrict.sarawakmethodist.org/?feed=rss2&#8217;);?> trying to display the rss feed from above website but failed.

    i tried with other feeds they are working okay. but the above feed was validated without any problem, just cant figure out why it said ‘RSS Error: WP HTTP Error: name lookup timed out’.

    tried with blogspot rss feed reader it turned out okay though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yeenkuek

    (@yeenkuek)

    searched thru the forum cant find the solution. pls help. thanks.

    I’m not sure about it.

    But I guess you could try some codes like:

    <?php
    wp_widget_rss_output(
    array(
    ‘url’ => $rss_feed,
    ‘title’ => ‘RSS Feed News’,
    ‘items’ => 2,
    ‘show_summary’ => 1,
    ‘show_author’ => 0,
    ‘show_date’ => 1
    )
    );
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘some validated feed url cant display using wp_widget_rss_output’ is closed to new replies.