このプラグインは 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

スクリーンショット

インストール

  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))

FAQ

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