Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WP List Posts Shortcode

Descrizione

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.

Installazione

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

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“WP List Posts Shortcode” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

0.2

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

0.1

  • Initial release.