>
Download This Plugin | |
Download Elegant Themes | |
Name | Category Shortcode |
Version | 1.3 |
Author | Robert Drake |
Rating | 80 |
Last updated | 2010-08-29 02:47:00 |
Downloads |
12109
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Category Shortcode plugin added 8 bytes of resources to the Home page and 10 bytes of resources to the sample Post page.
Category Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Category Shortcode plugin ads no tables to your Wordpress blog database.This plugin creates the [Category]] Shortcode. The code takes 5 arguments:
number: the number of posts to display. 0 equals the default number. -1 equals the total available.
Order: Ascending or Descending
Display Method: Full, Excerpt, Title
Order By: Author, Date, Title, Modified, Parent, ID, Rand, None, or Comment Count.
Category: this is the category id the category or categories that should be searched. Multiple categories can be specified in a comma separated list.
Example shortcode:
[Category number='5' method='title' order='asc' id='11,45' orderby='comment_count']
This will show 5 posts in ascending order of category 11 and 45 as arranged by comment_count and will display just the post titles.