This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Anywhere List Shortcode

Description

List the article 🙂

This plugin published on GitHub.

Fetures

  • WordPress post retrieve and list.
  • Purpose to be output by the number specified latest posts mainly is suitable.

You can simply put a „[list]“ short code, to list the title of the latest article (link with) and the front page of your blog, sidebar, footer. Set category and custom post type, taxonomy also other it is also possible.

Parameters

Main parameters, refer to the get_posts of Codex.

  • post_type: WordPress post type. Default is post.(Default: post)
  • cat_name: Category slug.( Default: “ )
  • num: Number: The number of posts you want to output. ( Default: 10 )
  • class: Unorderd list’s class name. maybe easy controllable 🙂 ( Default: “ )
  • orderby: Post’s order. ( Default: post_date )
  • order: Ascending Descending. ( Default: DESC )
  • length: If you want to adjust the length of post title.( Default: empty )
  • taxonomy: If you want to output by specifying a custom taxonomy. ( Default: empty )
  • term: Required for ‘taxonomy’. ( Default: empty )
  • more: read more link text.( Default: … )
  • post_format: post format
  • thumbnail: Display post thumbnail.( Default: on )
  • slider_mode: If ‘on’, display only image.( Default: empty )

Example

  • [list] most simple.
  • [list post_type=post cat_name=news num=5 class=newslist] at visual editor.
  • <?php echo do_shortcode( '[list]' ); ?> at template.

Other

It can also be used in widget 🙂

Contact

Twitter: @marushu
email: shuhei.nishimura[at]gmail.com

Installation

  • A plug-in installation screen is displayed on the WordPress admin panel.
  • It installs it in wp-content/plugins.
  • The plug-in is made effective.

FAQ

Installation Instructions
  • A plug-in installation screen is displayed on the WordPress admin panel.
  • It installs it in wp-content/plugins.
  • The plug-in is made effective.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Anywhere List Shortcode” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.4

  • bug fix

0.3

  • add post thumbnail
  • remove unnecessary code(add filter etc)

0.2

  • add filter
  • no_filter option

0.1

  • First release 🙂