$rss = fetch_feed($rss_feed);

 

//display the RSS feed
wp_widget_rss_output( array(
'url' => $rss_feed,
'title' => $title,
'items' => $rss_items,
'show_summary' => 1
) );

 

http://www.wprecipes.com/wordpress-tip-fetch-and-display-rss-feeds

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-09-03
  • 2021-05-23
  • 2022-02-07
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2021-12-26
  • 2022-02-08
  • 2022-01-02
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
相关资源
相似解决方案