Linux 软件免费装
Banner图

Advanced Sidebar Menu

开发者 Mat Lipe
onpointplugins
更新时间 2024年9月12日 00:23
捐献地址: 去捐款
PHP版本: 7.4.0 及以上
WordPress版本: 6.6.2
版权: GPLv3 or later
版权网址: 版权信息

标签

menus hierarchy sidebars page menus category menus

下载

3.2.3 3.3.1 3.4.0 3.4.2 3.6.0 3.6.2 4.0.0 4.0.1 4.1.0 4.1.3 4.1.4 4.2.0 4.2.1 4.2.2 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.5.0 4.6.0 4.6.1 4.7.1 4.7.5 5.0.0 5.0.1 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.9 5.1.1 5.1.4 6.1.0 6.4.1 7.0.1 7.0.2 7.0.3 7.1.0 7.1.1 7.1.2 7.2.1 7.2.2 7.2.3 7.2.4 7.2.5 7.3.0 7.4.1 7.4.2 7.4.4 7.4.5 7.4.6 7.4.7 7.4.8 7.5.0 7.5.1 7.5.2 7.5.3 7.5.4 7.6.0 7.6.1 8.0.0 8.0.1 8.0.2 8.0.3 8.0.4 8.1.1 8.4.0 9.0.2 1.2 1.5 5.1.2 7.7.3 8.6.4 8.7.0 8.8.2 9.0.11 9.5.0 9.5.1 5.1.3 7.3.1 7.7.2 7.7.4 8.3.2 9.4.0 9.6.0 7.6.6 8.1.0 8.3.1 1.5.0 8.3.4 8.5.0 2.0 8.3.0 8.6.0 2.0.1 3.0 7.6.4 8.3.3 8.6.1 8.6.3 7.6.3 8.6.2 7.7.0 2.1 3.2.0 4.7.0 8.2.0 7.6.2 7.6.5 8.7.2 8.7.3 8.8.0 9.1.0 3.3.0 3.4.1 3.4.7 3.5.0 4.1.2 8.8.3 3.4.6 9.0.0 9.0.1 7.0.0 2.1.0 3.0.0 3.2.1 3.4.5 5.0.2 7.4.0 7.5.5 9.3.2 9.4.3 9.5.2 9.6.1 2.0.0 4.4.0 4.7.3 8.8.1 9.0.10 9.0.3 9.0.4 9.0.6 9.0.7 9.0.9 9.0.8 9.0.5 9.2.0 9.2.1 4.7.6 6.4.2 7.2.0 9.3.0 9.3.1 9.3.3 9.3.4 1.4.4 7.4.3 7.7.1 8.7.1 9.4.1 9.4.2 3.0.1 3.0.2 3.2.5 6.0.0

详情介绍:

Fully automatic sidebar menus. Uses the parent/child relationship of your pages or categories to generate menus based on the current section of your site. Assign a page or category to a parent and Advanced Sidebar Menu will do the rest for you. Keeps the menu clean and usable. Only related items display, so you don't have to worry about keeping a custom menu up to date or displaying links to items that don't belong. Blocks are available to display menus where you need them. Look for the "Advanced Sidebar - Pages" block, or the "Advanced Sidebar - Categories" block. Widgets are also available for page builders or sites using classic widgets. Features Page Menu Options Category Menu Options Included Language Translations Documentation The official documentation for the plugin may be found here. Developers Developer docs may be found here. Contribute Send pull requests via the GitHub Repo Go PRO Our PRO version brings additional functionality to this plugin. Check out the demo to see if the PRO version is useful for you.

安装:

Use the standard WordPress plugins search and install. Manual Installation
  1. Upload the advanced-sidebar-menu folder to the /wp-content/plugins/ directory
  2. 通过 WordPress 的“插件”菜单激活插件
  3. Drag the "Advanced Sidebar - Pages" widget, or the "Advanced Sidebar - Categories" widget into a sidebar.
  4. Use the block inserter to insert the "Advanced Sidebar - Pages" block, or the "Advanced Sidebar - Categories" block into Gutenberg content.

屏幕截图:

  • Category widget options.
  • Example of a page menu using the 2017 theme and default styles.
  • Example of a category menu ordered by title using the 2017 theme and default styles.

升级注意事项:

9.3.4 Update to support WordPress 6.4. 9.1.0 Update to support PRO version 9.2.0. 9.0.1 Introducing Gutenberg blocks.

常见问题:

How do I change the styling of the current page?

= The menu won't show up? The menu in this plugin are smart enough to not show up on pages or categories where the only thing that would display is the title. While it may appear like the menu is broken, it is actually doing what it is intended to do. The most common causes for this confusion come from one of these reasons:

  1. The incorrect menu was selected. Categories have their own widget/block as pages have their own widget/block.
  2. "Display the highest level parent page" or "Display the highest level parent category" is not checked.
  3. The Pages menu is currently not being viewed on a page.
  4. The Categories menu is not currently being view on a category.
You may add CSS to your theme's style.css to change the way the menu looks. For example the following CSS would:
  1. Remove the dot to the left of the menu item.
  2. Change the link color.
  3. Add a background on hover. .advanced-sidebar-menu li.current-menu-item a { color: black; } .advanced-sidebar-menu li.current-menu-item { list-style-type: none !important; } .advanced-sidebar-menu li.current-menu-item > a:hover { background: teal; }
To style your menu without using any code upgrade to PRO.

How do you get the categories to display on single post pages?

The Categories Menu widget/block contains a "Display categories on single posts" checkbox, which will display the category menus based on the categories the current post is assigned to.

Does the menu change for each page you are on?

Yes. Based on whatever page, post or category you are on, the menu will change automatically to display the current parents and children.

更新日志:

9.6.1 9.6.0 9.5.2 9.5.1 9.5.0 9.4.3 9.4.2 9.4.1 9.3.4 9.3.3 9.3.2 9.3.1 9.3.0 9.2.1 9.1.0 9.0.11 9.0.10 9.0.9 9.0.8 9.0.7 9.0.6 9.0.5 9.0.4 9.0.3 9.0.2 9.0.0 Full release notes.