Post Index
Generates an index of your posts that can be used in any page or post.
Here, you will find a page where the plugin is in use or have a look at the screenshots page to see it in action.
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.
Upcoming features:
- Customisable templates for the index entries to add any additional information:
- additional text
- custom field values
- subcategories
- Or any idea, you post me :)
| Author | Thomas A. Hirsch Profile |
| Contributors | iTux |
| Tags | index, list, overview, Post, reference |
This section describes how to install the plugin and get it working.
- Upload the plugin folder to the
/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Please define your custom fields and custom titles in the settings page
- Place
[post_index]or[post_index category='CategoryName']in your page or post to display the index
0.7
- Added: Support for custom post types
- Added: Support for columns
- Removed: Support for
<!--post-index-->has been removed.
0.6.2
- Fixed: Sorting now uses the sanitize_title function before extracting the first letter.
- Improved: Added alphabetical subgrouping in groupBy type "subcategory".
- Added: CategorySlug as a new filter criteria if the category name occurs more than once.
- Added an optional displayed group count. It can be activated in the settings of the plugin.
0.6
- Translated the plugin to English and added a German translation file.
- Small and capital letters are now treated as one letter
- The index can now group by the subcategory instead of the first letter. Simply add the groupBy clause to the shortcode:
[post_index groupBy='subcategory']
0.5
- Using shortcodes instead of content parsing.
0.3
- Parses the post-index hook and extracts the category name from it.
0.2
- Fixed a bug that caused the meta box to not correctly load the custom field values.
0.1
- First version - This version is available only German at the moment!
Why does the index not appear?
Did you use an existing category or custom post type?
How to change the grouping?
The following groupBy clauses to be used in the shortcode [post_index groupby=""] are supported:
- firstLetter - Groups the posts according to their first letter
- subcategory - Uses the subcategory of each post as its group key.
List of supported attributes for the shortcode
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.
- category: Lists all entries that are in the given category, searched by it's name.
- categoryslug: Same as category but searched by the slug.
- groupby: Grouping as explaned in
How to change the grouping - post_type: The index will be build for the given post type instead of the standard type
post. Please see WordPress Codex, Post Types for details. - columns: The amount of columns. Default is 1.





