芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/blog/wp-content/plugins/hana-flv-player/wpmarketing_feed.php
'http://wpmarketing.org/', 'feed_link' => 'http://wpmarketing.org/feed/', 'edit_link' => 'options.php' ) ); } // Modifies the array of dashboard widgets and adds this plugin's function add_widget( $widgets ) { global $wp_registered_widgets; if ( !isset($wp_registered_widgets['wpmarketing_feed']) ) return $widgets; array_splice( $widgets, 2, 0, 'wpmarketing_feed' ); return $widgets; } function widget($args = array()) { $show = get_option('show_wpmarketing_widget'); if ($show != 'noshow') { if (is_array($args)) extract( $args, EXTR_SKIP ); echo $before_widget.$before_title.$widget_name.$after_title; echo '
'; include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss('http://wpmarketing.org/feed/'); if ($rss) { $items = array_slice($rss->items, 0, 2); if (empty($items)) echo 'No items'; else { foreach ( $items as $item ) { ?>
' title=''>