该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

LH RSS Shortcode

描述

Adds a simple to use [rss] shortcode with a couple of options:

  • feed: to put in the feed URL
  • num: to specify the number of items to show, defaults to 5
  • template: a wordpress template that will handle the shortcode output (defaults to default.php, you can use the two provided or follow the instructions on creating your own

Example use:

[lh_rss_shortcode feed=”https://shawfactor.com/feed/” num=”10″ ]

Or:

[lh_rss_shortcode feed=”https://shawfactor.com/feed/” num=”5″ template=”excerpt.php”]

安装

  1. Upload the lh-rss-shortcode folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the shortcode in your posts and pages.

常见问题

Why did you write this plugin?

The existing options did not give me the full flexibility to manipulate the output of the fetched feed so I reviewed several fo the existing plugins and wrote this one to do t better and give me that option.

How can I add my own template for outputting the rss feed?

Copy folder lh_rss_shortcode-templates from the plugin into your active child theme directory, then edit or add teamplates as required. The plugin will also look to see if the specified teamplate exists there first.

评价

此插件暂无评价。

贡献者及开发者

“LH RSS Shortcode” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“LH RSS Shortcode”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.00 May 04, 2019
* Initial release