1, 'show_date' => 1, 'show_summary' => 0, 'items'=>10 ); wp_widget_rss_output( YIW_RSS_FORUM_URL, $args ); } function yiw_dashboard_news() { //$rss = fetch_feed( YIW_RSS_URL ); $args = array( 'show_author' => 1, 'show_date' => 1, 'show_summary' => 1, 'items'=>3 ); wp_widget_rss_output( YIW_RSS_URL, $args ); }