Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Menu Section Titles

Descripción

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

Capturas

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

Instalación

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

Preguntas frecuentes

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)

Reseñas

3 de septiembre de 2016
Does just what it says. Nice tool to have at your disposal when you need it!
Leer todas las 3 reseñas

Colaboradores y desarrolladores

«Menu Section Titles» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Menu Section Titles» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1

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

1.0

  • Plugin Launch