前言介紹
- 這款 WordPress 外掛「WP Nav Plus」是 2017-09-03 上架。
- 目前有 1000 個安裝啟用數。
- 上一次更新是 2022-02-07,距離現在已有 1182 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
- 有 5 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
mattkeys |
外掛標籤
split menu | start depth | divided menu | tertiary menu | secondary menu |
內容簡介
WP Nav Plus 的設計目的在填補 WordPress 菜單系統的不足,以便實現許多受歡迎的網站設計模式。這是一個針對開發者建立的工具,可幫助將正確的菜單項目輸出到頁面上。該外掛未對菜單應用任何額外的 CSS 樣式或 JavaScript 交互。外觀和交互是主題的工作,您可能需要修改以實現所需的外觀。
該外掛與 WordPress 原生的 WP Nav Menu 函数 集成,這意味著您可以在模板中訪問該外掛的所有功能。還提供了一個包含的小部件作為另一個集成方式。
分割菜單
許多網站設計需要子菜單,通常位於頁首的主導航下方,或位於內頁的側邊欄中。這些子菜單旨在顯示當前活動菜單項目的子級。 WP Nav Plus 使使用小部件或使用 wp_nav_menu() 函数中的 'start_depth' 參數建立這些類型的菜單變得非常簡單。
分割菜單
您可能會在線上看到一種相當常見的網站設計模式,即將標題導航菜單放在中央對象(如網站標誌)的左右兩側。 WP Nav Plus 使使用小部件或使用 wp_nav_menu() 函数中的 'divider_html' 參數建立這些菜單變得非常簡單。
限制和偏移
網站設計通常需要將菜單分成多列或多行,例如多列底部網站地圖。 WP Nav Plus 提供了創建這些自定義菜單佈局所需的功能。藉助小部件或使用 wp_nav_menu() 函数中的 'limit' 和 'offset' 參數,您可以快速構建這些菜單佈局。
菜單段
有時顯示 WordPress 菜單的特定段非常有用。菜單段允許您根據父菜單項目指定要顯示的菜單部分。菜單段的用途包括底部網站地圖、超大型菜單或所有類型的自定義菜單佈局需求。使用小部件或使用 wp_nav_menu() 函数中的 'segment' 參數可以實現菜單段。
安裝和配置
登錄 WordPress 管理介面(通常是 http://yourdomain.com/wp-admin)
前往「外掛」頁面並點擊「新增」按鈕
在頁面頂部點擊「上傳」連結,找到 WP Nav Plus zip 文件
上傳該文件,在安裝完成後點擊「啟用外掛」
請參閱文檔,其中包括一些錄有包含的功能的視頻錄製,以幫助您開始使用
您可以使用提供的「WP Nav Plus」小部件,或者透過使用此外掛新增到 WP Nav Menu 函数的新參數,將其應用於您的 PHP 模板。
如需幫助開始使用,請參閱位於 /documentation 目錄中的文檔,或在此線上瀏覽: http://mattkeys.me/documentation/wp-nav-plus/
原文外掛簡介
WP Nav Plus has been designed to fill gaps in the WordPress menu system which make it difficult to accomplish many popular website design patterns. This is a tool built for developers to help get the right menu items output onto the page. This plugin applies no additional CSS styling or JS interaction to menus. Styling and interaction are the job of the theme, and may need to be altered to achieve your desired appearance.
This plugin integrates with the native WordPress WP Nav Menu function which means you can access all of the features of this plugin in your templates. There is also an included widget as an alternative integration method.
Split Menus
Many website designs call for a submenu, often right below the primary navigation in the header, or in a sidebar on interior pages. These submenu’s are designed to show the children of the currently active menu item. WP Nav Plus makes it super simple to build out these types of menus using the widget, or by using the ‘start_depth’ argument in your wp_nav_menu() function.
Divided Menus
A fairly common website design pattern you may see online calls for the header navigation menu to be placed left and right of a central object, like the site logo. WP Nav Plus makes it very easy to build out these menus using the widget, or by using the ‘divider_html’ argument in your wp_nav_menu() function.
Limit and Offset
Often website designs call for a menu to be split up into multiple columns, or rows. Such as a multi-column footer sitemap. WP Nav Plus provides the capabilities you need to quickly build these custom menu layouts using the widget, or by using the ‘limit’ and ‘offset’ argument in your wp_nav_menu() function.
Menu Segments
It is sometimes useful to display a particular segment of your WordPress menu on its own. Menu Segments allow you to specify a portion of your menu for display based on the parent menu item. Uses for menu segments could include Footer Sitemaps, Mega Menus, or all sorts of other custom menu layout needs. Accomplish menu segments by using the widget, or by using the ‘segment’ argument in your wp_nav_menu() function.
Installation & Configuration
Login to your WordPress Admin page (usually http://yourdomain.com/wp-admin)
Navigate to the Plugins screen and then click the “Add New” button
Click on the “Upload” link near the top of the page and browse for the WP Nav Plus zip file
Upload the file, and click “Activate Plugin” after the installation completes
See the documentation which includes some video recordings of the included functionality to help you get started
This plugin can be used either with the provided “WP Nav Plus” widget, or in your PHP templates, by using the new arguments which this plugin adds to the WP Nav Menu function.
For help getting started please see the included documentation in the /documentation directory or online at: http://mattkeys.me/documentation/wp-nav-plus/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Nav Plus」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
3.4.5 | 3.4.6 | 3.4.7 | 3.4.8 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。