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.

Sailen Short Menu

Descripción

Sailen Short Menu is a simple plugin which allow users to display nav-menus within post/pages and Sidebars using Shortcodes

Using Shortcode

[ssm-menu name=»YOUR_MENU_NAME» class=»CLASS_FOR_UL_TAG» con=»CLASS_FOR_THE_CONTAINER» depth=»LEVEL» ]

The Shortcode can also be included within the Widget area and sidebars

  • YOUR_MENU_NAME [Name of the Menu created by you][Required]

  • CLASS_FOR_UL_TAG [If yu want to provide a different class for the Ul tag. Default is assigned] [Optional]

  • CLASS_FOR_THE_CONTAINER [If yu want to provide a different class for the container for Ul tag. Default is assigned] [Optional]

  • LEVEL [Numeric value to define the level of hierarchy of the MenuItems. Default is 0] [Optional]

Contribute

Github

https://github.com/shivaacharjee/sailenShortMenu

Capturas

  • Display within contents
  • Using TextWidgets
  • At sidebar

Instalación

  1. Upload the plugin files to the /wp-content/plugins/sailenseo directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Sailenseo screen to configure the plugin

FAQ

What is Shortcode?

The Shortcode API is a simple set of functions for creating WordPress shortcodes for use in posts and pages. For instance, the following shortcode (in the body of a post or page) would add a photo gallery of images attached to that post or page: [gallery]

The API enables plugin developers to create special kinds of content (e.g. forms, content generators) that users can attach to certain pages by adding the corresponding shortcode into the page text.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

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

Colaboradores

Traduce «Sailen Short Menu» 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.0

  • Initial Realease