Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Menu to Page Display

Beschrijving

The Menu to Page Display was written to allow users to easily display a wordpress menu within a page without knowing PHP or editing template files.

Add the shortcode in a post or page, then add your menu slug to the attribute menu_name and use the arguments to include / exclude extra information as necessary. I’ve also added some extra options to display something more than just the title: include_date, include_excerpt, and image_size.

See the WordPress Codex for information on using the arguments.

Documentation | Examples

Installatie

  1. Upload menu-to-page-display to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Add the shortcode to a post or page.

FAQ

So the shortcode [menu-display] will not work by itself?

No. You have to include at least the menu_name attribute. If you have created a wordpress menu called “My awesome menu” your shortcode will be [menu-display menu_name=”my-awesome-menu”].

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Menu to Page Display” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Menu to Page Display” naar jouw taal.

Interesse in de ontwikkeling?

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

Changelog

Version 1.0

  • This is version 1.0. Everything’s new!