该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Menu Section Titles

描述

Add the ability to create menu items that aren’t a link. Useful in scenarios like a large footer menu where you want to have sections with links underneath the section titles.

GitHub Repo

屏幕截图

  • Example configuration screen
  • Example footer menu with titles that you can achieve

安装

  1. Upload menu-section-titles to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add a menu link with the appropriate hashes (e.g. for an <h1> set the link o #(h1))

常见问题

What elements can I tell it to use?

Anything! It is dynamic and anything you put inside the parenthesis #() will become the element.

Examples:

  • h1 => #(h1)
  • h2 => #(h2)
  • span => #(span)
  • div => #(div)
  • p => #(p)
  • strong => #(strong)

评价

2016 年 9 月 3 日
Does just what it says. Nice tool to have at your disposal when you need it!
阅读所有3条评价

贡献者及开发者

“Menu Section Titles” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Menu Section Titles”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1

  • Made plugin more dynamic so you can add any element to your menu

1.0

  • Plugin Launch