Changeset 1160248
- Timestamp:
- 05/14/2015 08:10:51 AM (11 years ago)
- File:
-
- 1 edited
-
sherk-custom-post-type-displays/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sherk-custom-post-type-displays/trunk/readme.txt
r1160247 r1160248 50 50 <h3>Parameters Available</h3> 51 51 52 **title** 53 Header title of your list of custom post type 54 default: '' 55 options: string 52 **title** 53 Header title of your list of custom post type 54 **default:** '' 55 **option:** string 56 57 **post_type** 58 Post type of the items to displayed in list (depends on your website, list below are automatically updated) 59 **default:** post 60 **option:** screcipe 61 **option:** sherk_banners 62 **option:** sherk_skills 63 **option:** book 64 **option:** post 56 65 57 **post_type** 58 Post type of the items to displayed in list (depends on your website, list below are automatically updated) 59 default: post 60 option: screcipe 61 option: sherk_banners 62 option: sherk_skills 63 option: book 64 option: post 65 66 **display_type** 67 Option on what elements to be shown on your list 68 default: title_only 69 options: title_only (Titles are only shown on the list with their links) 70 options: featured_image (Titles and Featured Image are only shown on the list with their links) 71 options: title_and_teaser (Titles and teasers are only shown on the list with their links) 72 options: all (All are shown from Titles, teasers and featured images on the list with their links) 73 74 **total_items** 75 Total number of items shown on the list 76 default: 5 77 options: integer 78 79 **orderby** 80 The way the list is ordered 81 default: random 82 option: random (List are ordered in random) 83 option: latest (List are ordered from latest item) 66 **display_type** 67 Option on what elements to be shown on your list 68 ****default:** ** title_only 69 **option:** title_only (Titles are only shown on the list with their links) 70 **option:** featured_image (Titles and Featured Image are only shown on the list with their links) 71 **option:** title_and_teaser (Titles and teasers are only shown on the list with their links) 72 **option:** all (All are shown from Titles, teasers and featured images on the list with their links) 73 74 **total_items** 75 Total number of items shown on the list 76 **default:** 5 77 **option:** integer 78 79 **orderby** 80 The way the list is ordered 81 **default:** random 82 **option:** random (List are ordered in random) 83 ****option:** ** latest (List are ordered from latest item) 84 84 85 85
Note: See TracChangeset
for help on using the changeset viewer.