Changeset 643645
- Timestamp:
- 12/23/2012 12:45:16 PM (13 years ago)
- File:
-
- 1 edited
-
post-index/tags/0.7/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-index/tags/0.7/readme.txt
r643100 r643645 9 9 License: GPLv2 or later 10 10 11 Build an index of all posts found for a specific category and display itin any page or post.11 Generates an index of your posts that can be used in any page or post. 12 12 13 13 … … 18 18 *** 19 19 20 Th is plugin summarises all found blog posts added to a specific categoryand lists them alphabetically or grouped by the used subcategory. Additional custom fields could be used to display links to other pages or additional information to a post.20 The plugin summarises all found blog posts added to a specific category or of a specific post type and lists them alphabetically or grouped by the used subcategory. Additional custom fields could be used to display links to other pages or additional information to a post. 21 21 22 What comes next? 22 Upcoming features: 23 23 24 * Additional text to a link from custom fields and an admin setting to change the link name 24 * Customisable templates for the index entries to add any additional information: 25 * additional text 26 * custom field values 27 * subcategories 25 28 * Or any idea, you post me :) 26 29 … … 61 64 The base shortcode is `[post_index]`. You can add any of the following attributes to change the output of the index. There are some options which makes no sense to combine. For example to use the category and categoryslug attribute as they will both indicate which category has to be used. 62 65 63 * **category**: Lists all entries that are in the given category, referenced by it's name.64 * **categoryslug**: Same as category but referencesby the slug.66 * **category**: Lists all entries that are in the given category, searched by it's name. 67 * **categoryslug**: Same as category but searched by the slug. 65 68 * **groupby**: Grouping as explaned in `How to change the grouping` 66 69 * **post_type**: The index will be build for the given post type instead of the standard type `post`. Please see [WordPress Codex, Post Types](http://codex.wordpress.org/Post_Types "WordPress Codex, Post Types") for details.
Note: See TracChangeset
for help on using the changeset viewer.