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

WP List Posts Shortcode

描述

Adds a shortcode [wp_list_posts]. For example [wp_list_posts category=3 numberposts=7] will return an unordered list of the most recent 7 posts in the category ID 3.

Usage

This shortcode can be rendered inside a post, page or even in a widget area. Refer to the template tag https://codex.wordpress.org/Template_Tags/get_posts for input parameter.

安装

  1. Download the plugin
  2. Unzip to the ‘wp-content/plugins’ directory
  3. Activate the plugin

评价

此插件暂无评价。

贡献者及开发者

「WP List Posts Shortcode」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.2

  • Updated readme.txt and plugin description. Added one example.

0.1

  • Initial release.