>
Download This Plugin | |
Download Elegant Themes | |
Name | CMS Tree Page View |
Version | 1.2.31 |
Author | Pär Thernström |
Rating | 98 |
Last updated | 2015-02-12 02:06:00 |
Downloads |
594260
|
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%
CMS Tree Page View plugin added 2 bytes of resources to the Home page and 4 bytes of resources to the sample Post page.
CMS Tree Page View plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! CMS Tree Page View plugin ads no tables to your Wordpress blog database.Adds a CMS-like tree overview of all your pages and custom posts to WordPress - much like the view often found in a page-focused CMS.
Within this tree you can edit pages, view pages, add pages, search pages, and drag and drop pages to rearrange the order.
CMS Tree Page View is a good alternative to plugins such as pageMash, WordPress Page Tree and My Page Order.
Page management in WordPress won't get any easier than this!
To show your pages on your website in the same order as they appear in this plugin, you must sort them by "menu order".
// Example using query_posts
$args = array(
'post_type' => 'page',
'orderby'=> 'menu_order',
'order'=>'ASC',
);
$posts = query_posts($args);
// Example using wp_query
$args = array(
'post_type' => 'page',
'orderby' => 'menu_order',
'order' => 'ASC',
);
$query = new WP_Query( $args );
Watch this screencast to see how easy you could be managing your pages:
This plugin is available in the following languages:
If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin Admin Menu Tree Page View.