Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Menu Section Titles

Leírás

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

Képernyőmentések

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

Telepítés

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

GYIK

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)

Vélemények

2016.09.03.
Does just what it says. Nice tool to have at your disposal when you need it!
3 (az összes) vélemény olvasása

Közreműködők és fejlesztők

“Menu Section Titles” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Menu Section Titles” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.1

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

1.0

  • Plugin Launch