Anywhere List Shortcode

0

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

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

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