[WordPress] 外掛分享: CMS Tree Page View

首頁外掛目錄 › CMS Tree Page View
WordPress 外掛 CMS Tree Page View 的封面圖片
50,000+
安裝啟用
★★★★
4.9/5 分(360 則評價)
704 天前
最後更新
問題解決
WordPress 3.8+ v1.6.8 上架:2010-03-30

內容簡介

將所有頁面和自訂文章以 CMS 樹狀概覽方式添加到 WordPress,類似於專注於頁面的 CMS 中經常找到的檢視方式。

如果您的目標是將多個內容類型合併到單一檢視中,也請查看 OrganizeWP!

在此樹狀圖中,您可以編輯、查看、添加、搜索和拖放頁面以重新排列排序。

CMS Tree Page View 是 pageMash、WordPress Page Tree 和 My Page Order 等外掛的良好替代品。對於多個內容類型和其他新功能,請查看 OrganizeWP。

在 WordPress 中進行頁面管理再也不會如此容易!

功能和亮點:

使用樹狀檢視查看頁面和文章,就像在 Windows Explorer 或 OS X Finder 中查看檔案一樣
拖放以重新排列/訂購頁面
在頁面後面或內部添加頁面
一次添加多個頁面-適用於設置新的站點結構
編輯頁面
查看頁面
搜索頁面
適用於常規頁面和自訂文章
可用於階層和非階層式文章類型
直接從 WordPress 控制台查看您的站點層次結構
在不同文章類型之間拖放以更改拖曳項目的文章類型,即將常規頁面更改為任何自訂文章類型
支援翻譯外掛 WPML,因此您可以管理站點的所有語言

在網站上以相同的順序顯示頁面

要在您的網站上按此外掛中的順序顯示頁面,您必須按“菜單順序”排序。

//使用 query_posts 的示例
$args = array(
'post_type' => 'page',
'orderby'=> 'menu_order',
'order'=> 'ASC',
);
$posts = query_posts($args);

//使用 wp_query 的示例
$args = array(
'post_type' => 'page',
'orderby' => 'menu_order',
'order' => 'ASC',
);
$query = new WP_Query( $args );

螢幕演示

(即將推出更新的螢幕演示!)

觀看這個螢幕演示,看看您可以如何輕鬆管理您的頁面:

翻譯/語言

此外掛提供以下語言版本:

英語
德語
法語
西班牙語
俄語
白俄羅斯語
瑞典語
捷克語
意大利語
荷蘭語
匈牙利語
挪威語
波蘭語
希臘語
丹麥語
立陶宛語
愛沙尼亞語
芬蘭語
日語
烏克蘭語,由 getvoip.com 提供
斯洛伐克語

始終在管理區域顯示您的頁面

如果您希望在 WordPress 管理區域始終擁有您的頁面列表,請查看外掛
Admin Menu Tree Page View。

捐贈和更多的插件

檢查我的其他外掛

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.6.8) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「CMS Tree Page View」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.
Also check out OrganizeWP if your goal is to incorporate multiple content types into a single view!
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. For multiple content types and other new features check out OrganizeWP as well.
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
(An updated screencast is coming soon!)
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

Check out my other plugin Simple History if you want to see a log of changes in your WordPress admin. With Simple History you can see login attempts (both failed and sucessful), page changes, plugin updated, and more. It’s a great way to view user actions on your site!
If you like this plugin don’t forget to donate to support further development.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon