Feeds in Theme plugin
开发者 |
Eric Le Bail
|
更新时间 |
2009年11月20日 02:11 |
捐献地址: |
去捐款 |
PHP版本: |
2.6 及以上 |
WordPress版本: |
2.8.4 |
详情介绍:
Creates 4 feeds :
trdf => rdf in theme (template : feed-rdf.php)
trss => rss 1.0 in theme (template : feed-rss.php)
trss2 => rss 2.0 in theme (template : feed-rss2-comments.php and feed-rss2.php)
tatom => atom in theme (template : feed-atom-comments.php and feed-atom.php)
Those feeds look for a feed template into the theme directory.
If no template is found into the theme directory the feed uses the default wordpress feed template.
This plugin has been tested with WP2.6.5, WP2.8.4 and WPmu2.8.4
安装:
- Unzip into your
/wp-content/plugins/
directory. If you're uploading it make sure to upload
the top-level folder. Don't just upload all the php files and put them in /wp-content/plugins/
.
- Activate the plugin through the 'Plugins' menu in WordPress
- That's it!
- you can use create your own feed template into your theme directory.