這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Navigation Du Lapin Blanc

描述

This plugin provides integrated navigation for your website. Thus you can use WordPress as a CMS for your website and think in terms of main navigation, sub navigation etc. A navigation item can link to page, a category, directly to the first sub navigation item (if no own content exist for this item), an external url or a sitemap page. There are a lot of helpful methods to realize a website navigation with little effort like printing the navigation on any level (main, sub, sub sub etc.), searching single navigation items and handle them individually, using cross links in the content, providing a sitemap page and so on.

Plugin page with a large documentation and a lot of examples: http://www.bjoerne.com/navigation-du-lapin-blanc/

安裝

  1. Upload the all plugin files to the /wp-content/plugins/ directory or a special directory e.g. /wp-content/plugins/navigation-du-lapin-blanc
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit your templates to use the navigation provided by the plugin.

常見問題

Installation Instructions
  1. Upload the all plugin files to the /wp-content/plugins/ directory or a special directory e.g. /wp-content/plugins/navigation-du-lapin-blanc
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit your templates to use the navigation provided by the plugin.
How can I integrate a category into my navigation?

Please have a look at the tutorial section of the plugin site.

How can I link to an external url?

Please have a look at the tutorial section of the plugin site.

How can I use metadata?

Please have a look at the tutorial section of the plugin site.

How can I integrate a sitemap?

Please have a look at the tutorial section of the plugin site.

How can I avoid a page being displayed as a menu item automatically?

Please have a look at the tutorial section of the plugin site.

How can I link pages from my page content?

Please have a look at the tutorial section of the plugin site.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Navigation Du Lapin Blanc” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Navigation Du Lapin Blanc 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • Use a navigation on every level you want (main, sub, sub sub navigation etc.)
  • Use metadata for your pages (e.g. define which graphic should be used in the head section)
  • Hide pages if they must not appear in the navigation
  • Integrate categories, the visitor won’t see differences between kinds of elements (page, category etc.)
  • Link navigation items to the first sub navigation item. For example let “About us” have no content and link to the page “Our team” which is the first child page
  • Link to external urls
  • Integrate a sitemap
  • Use cross links in your content
  • Set individual attribute at your navigation items (e.g. tooltip or css)

1.0.1

  • Bugfix: Now other permalink pattern are supported

1.0.2

  • Pages of the type ‘delegate_to_first_child’ aren’t considered by the seach anymore

1.0.3

  • Now single posts are supported. If you integrate a category into your navigation tree (with this plugin) and then invokes a single post the plugin shows the category as selected in the navigation.

1.0.4

More supported attributes for menu items (onmouseover, onmouseout, onclick)

1.0.5

  • Build link to category with WordPress API instead of concatenating the string

1.0.6

  • Support categery name and category slug to be used as value for bjoerne_category_name when integration categories in the navigation
  • Remove phpDoc from plugin code

1.1.0

  • Compatibility with PHP 7.0

1.1.1

  • Fix deprecated PHP code according to PHP warnings.