> CMS Tree Page View wordpress plugin resources analysis

CMS Tree Page View wordpress plugin resources analysis

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

Delta: 0%

Post page

Delta: 0%
CMS Tree Page View plugin has no negative impact on PageSpeed score.

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!

Features and highlights:

  • View your pages & posts in a tree-view, like you view files in Windows Explorer or the Finder in OS X
  • Drag and drop to rearrange/order your pages
  • Add pages after or inside a page
  • Add multiple pages at once - perfect for setting up a new site structure
  • Edit pages
  • View pages
  • Search pages
  • Available for both regular pages and custom posts
  • Works with both hierarchical and non-hierarchical post types
  • View your site hierarchy directly from the WordPress dashboard
  • Drag and drop between trees with different post types to change to post type of the draged item, i.e. change a regular page to became any custom post type
  • Support for translation plugin WPML, so you can manage all the languages of your site

Show your pages on your site in the same order as they are in CMS Tree Page View

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 );

Screencast

Watch this screencast to see how easy you could be managing your pages:

Translations/Languages

This plugin is available in the following languages:

  • English
  • German
  • French
  • Spanish
  • Russian
  • Belorussian
  • Swedish
  • Czech
  • Italian
  • Dutch
  • Hungarian
  • Norwegian
  • Polish
  • Greek
  • Danish
  • Lithuanian
  • Estonian
  • Finnish
  • Japanese
  • Ukrainian, by getvoip.com
  • Slovak

Always show your pages in the admin area

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.

Donation and more plugins

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Bandana screenshot

Bandana

by: designorbital

27610
0%
Studio-X screenshot

Studio-X

by: xavortm

2925
0%