开发者 |
michaelhall
bankofcanada |
---|---|
更新时间 | 2013年12月22日 05:39 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.5.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
plugin-name.php
to the /wp-content/plugins/
directoryRSS-CB is an extension of the RSS standard designed to add machine readable information to feeds. It is used by central banks to facilitate content syndication. See: http://www.cbwiki.net/wiki/index.php/RSS-CBMain
Yes! To change your default feed, just add the following code to your theme: add_filter('default_feed', function () { return 'rsscb'; });