Linux 软件免费装

Wordpress RSS Shortcode

开发者 pepijndevos
更新时间 2010年6月23日 23:00
捐献地址: 去捐款
PHP版本: 2.5 及以上
WordPress版本: 3.0

标签

rss atom shortcode

下载

详情介绍:

A snippet of code packed in a plugin to render the Wordpress RSS widget as a shortcode. This allows you to display external or related content on its own page. In combination with Yahoo! Pipes, or another RSS magic service, you can create nice collections of articles for your readers on a separate page. This plugin does not create WordPress posts from feed items.

安装:

  1. Upload wordpress-rss-shortcode.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place [rsstag url=http://example.com/feed/] in your posts

常见问题:

Can I display the date, author or content of an entry?

Yes, add either show_summary=1, show_date=1 or show_author=1 to the tag.

I get an error with my RSS feed!

It seems this is an issue with the RSS code in WordPress, rather than with my plugin. Make sure your url is valid, contains no spaces, and is properly html-encoded(if you use the HTML editor). A temporary solutions is to pass your feed through FeedBurner, which does seem to work.