Linux 软件免费装

MagpieRSS Simplified

开发者 vizioninteractive
更新时间 2009年11月5日 02:27
PHP版本: 1.5 及以上
WordPress版本: 2.7.1

标签

feed rss magpierss magpie

下载

1.1 1.2.1 1.2.2 1.2.3 1.2.4 1.2

详情介绍:

MagpieRSS is already integrated with WordPress, this plugin will allow you to implement it easily within your theme. Example Usage: <ul> <?php echo ms_magpierss('http://www.mydomain.com/feed.rss','count=5&summary=0'); ?> </ul> Example Output: <ul> <li><a href="http://www.mydomain.com/article-title-1/" target="_blank">Article Title 1 »</a></li> <li><a href="http://www.mydomain.com/article-title-2/" target="_blank">Article Title 2 »</a></li> <li><a href="http://www.mydomain.com/article-title-3/" target="_blank">Article Title 3 »</a></li> <li><a href="http://www.mydomain.com/article-title-4/" target="_blank">Article Title 4 »</a></li> <li><a href="http://www.mydomain.com/article-title-5/" target="_blank">Article Title 5 »</a></li> </ul>

安装:

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP plugin page)
  4. Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type MagpieRSS Simplified