Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Menu Section Titles

Beschrijving

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

Schermafdrukken

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

Installatie

  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)

Beoordelingen

3 september 2016
Does just what it says. Nice tool to have at your disposal when you need it!
Lees alle 3 beoordelingen

Bijdragers & ontwikkelaars

“Menu Section Titles” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Menu Section Titles” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.1

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

1.0

  • Plugin Launch