前言介紹
- 這款 WordPress 外掛「Custom Page Menus」是 2011-04-26 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2011-04-27,距離現在已有 5121 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
fubra | rayviljoen |
外掛標籤
page menu | custom menu | menu widget | unique menu | custom menus |
內容簡介
透過「自訂頁面選單」管理面板可以設定要包含的頁面,該面板在頁面編輯螢幕上 (請見截圖)。
此小工具允許您選擇是否在連結旁顯示該頁面的精選圖片。(建議使用圖示大小的圖片。)
在頁面編輯螢幕上,也可以自訂該特定頁面的標題。如果該頁面出現在使用該外掛程式所建立的任一選單中,將使用此標題。
此選單可透過 Custom Page Menus 小工具新增到任何動態側邊欄,或透過自訂範本標籤嵌入佈景主題:
cpMenu()
$args = array(
‘show_date’ => ,
‘date_format’ => get_option(‘date_format’),
‘child_of’ => 0,
‘exclude’ => ,
‘title_li’ => __(‘頁面’),
‘echo’ => 1,
‘authors’ => ,
‘sort_column’ => ‘menu_order, post_title’,
‘link_before’ => ,
‘link_after’ => ,
‘walker’ => );
範例使用方式:http://catn.com/tech/data-centre/
原文外掛簡介
The included pages can be defined using the ‘Custom Page Menus’ admin panel on the page-edit screen ( see screenshots ).
The widget allows you to select whether to display the page’s featured image next to the link. (I would recommend using icon sized images for this feature)
On the page-edit screen a custom title for that specific page can also be defined. This title will be used should that page appear anywhere on one of the menus created with the plugin.
The menu can be added to any dynamic sidebar using the Custom Page Menus widget or alternatively coded into themes using the custom template tag:
cpMenu()
$args = array(
‘show_date’ => ,
‘date_format’ => get_option(‘date_format’),
‘child_of’ => 0,
‘exclude’ => ,
‘title_li’ => __(‘Pages’),
‘echo’ => 1,
‘authors’ => ,
‘sort_column’ => ‘menu_order, post_title’,
‘link_before’ => ,
‘link_after’ => ,
‘walker’ => );
Example Usage: http://catn.com/tech/data-centre/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Custom Page Menus」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
IntelliWidget Per Page Custom Menus and Dynamic Content 》telliWidget WordPress Plugin:, IntelliWidget 是一個功能強大的 WordPress 外掛,可以讓您的動態側邊欄「針對特定頁面」創建自定義「配置文件 (Profiles)」...。
Extra Post Pages Menu 》為所有可用的文章/頁面狀態(例如草稿、待審核、垃圾桶)添加額外且個別的選單,並且會顯示每個狀態的文章數量。更多資訊請參考截圖。, 現在也適用於所有自訂...。