If you use WordPress for CMS, you probably have several pages, organised into sections. Custom menus make it easy to arrange these pages into sections. This widget takes any custom menu you choose, and parses it to find the current page and any pages in the same section, outputting a set of links for your sidebar.
Sections are defined by child menu items, or sub-menus. A top level menu item has pages in the same section if there is a sub-menu (i.e it has child menu items) defined for it. If there is no sub-menu a 'No other pages in section' message is displayed. Pages that are part of a sub-menu show the siblings of that page in the list.
安装:
Download and unpack .zip file
Upload in-this-section directory to wp-contents/plugins directory
Active in the plugins page of the admin area
Configure the widget. You'll need a custom menu set up first.
Alternatively install directly from the WordPress admin panel.
升级注意事项:
1.0.3
This release fixes an issue where the list would be incorrectly rendered for pages that are descendent of a menu item, but not included in the menu such as posts. Version 1.0.3 fixes a regression in 1.0.2. This upgrade is recommended for all users.
更新日志:
1.0.3
Fix regression in 1.0.2
1.0.2
Better fix for issue in 1.0.1
1.0.1
Fix for using widget on pages outside realm of nav menu e.g. posts