Anywhere List Shortcode Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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
Screenshots
No screenshots provided