Post Hierarchy Menu

Adds a widget that will display a nested list of any post type based on it's hierarchy.

Author:Iain J McCallum (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.3
Plugin version:0.0.1
Added to WordPress repository:12-09-2015
Last updated:12-09-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://iainjmccallum.com
Total downloads:1 061
Active installs:10+
plugin download
Click to start download

I use a WordPress site to keep notes on a variety of subjects, they are organised as parents / children. I needed a simple way to show them in a nested list that reflected their hierarchy. So I wrote this plugin to do just that.

Once installed it addes a widget that will allow you to select which post type to display. It's generally handy if you have hierarchical custom post types or a lot of deeply nested pages. On the front end, this adds a script to load in the post list asyncrously - this lets your website load first without having to worry about pulling together the list of all your posts. Onec the site is loaded, then all the posts will load. Another resource saver for you - the posts are organised into their hierarchical order client side. This means the server just spits out an array of posts and sends them to the visitor's browser. Once they arrive the visitors browser will do the work of orgaisaiton.


ChangeLog