Title: WP Featured Menus
Author: Topher
Published: <strong>23 Giugno 2014</strong>
Last modified: 21 Agosto 2015

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-featured-menus.svg)

# WP Featured Menus

 Di [Topher](https://profiles.wordpress.org/topher1kenobe/)

[Scarica](https://downloads.wordpress.org/plugin/wp-featured-menus.1.3.1.zip)

 * [Dettagli](https://it.wordpress.org/plugins/wp-featured-menus/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wp-featured-menus/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wp-featured-menus/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wp-featured-menus/#developers)

 [Supporto](https://wordpress.org/support/plugin/wp-featured-menus/)

## Descrizione

This plugin provides a metabox on posts and pages listing existing WordPress Menus.
The end user is allowed to choose one and make it associated with the post or page
via meta data.

Practically speaking, Featured Menus work exactly like Featured Images. The Post
or Page and Featured Menu are merely attached, and you must use a template tag or
WordPress functions to render the Menu.

Please see [Other Notes](https://wordpress.org/plugins/wp-featured-menus/other_notes/)
for examples.

### Usage

Page or Post meta has a key called `_wp_featured_menu`. A very simple way to render
the menu is like this:

    ```
    <?php
        $meta = get_post_custom();
        wp_nav_menu( array( 'menu' => $meta['_wp_featured_menu'][0] ) );
    ?>
    ```

A better way might be to test for the value first:

    ```
    <?php
        $meta = get_post_custom();
        if ( is_numeric( $meta['_wp_featured_menu'][0] ) ) {
            wp_nav_menu( array( 'menu' => $meta['_wp_featured_menu'][0] ) );
        }
    ?>
    ```

## Screenshot

 * [[
 * The Featured Menus meta box when you _do not_ have any Menus created in WordPress.
 * [[
 * The Featured Menus meta box when you _do_ have Menus created in WordPress.

## Installazione

This section describes how to install the plugin and get it working.

 1. Upload the `wp-featured-menus` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Create new or Edit a Post.

## FAQ

  Why don’t you have more questions here?

I haven’t been asked any yet. 🙂

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“WP Featured Menus” è un software open source. Le persone che hanno contribuito 
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Topher ](https://profiles.wordpress.org/topher1kenobe/)

[Traduci “WP Featured Menus” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wp-featured-menus)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wp-featured-menus/)
segui il [repository SVN](https://plugins.svn.wordpress.org/wp-featured-menus/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/wp-featured-menus/)
tramite [RSS](https://plugins.trac.wordpress.org/log/wp-featured-menus/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.1

Check for WP 4.0

#### 1.3

 * Minor code validation changes. No change in UI or functionality

#### 1.2

 * ONE MORE variable change. Last one, I promise.

#### 1.1

 * change meta key name to not start with _wp
 * change main class name to not start with WP

#### 1.0

 * Initial release.

## Meta

 *  Versione **1.3.1**
 *  Ultimo aggiornamento **11 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.0 o superiore **
 *  Testato fino alla versione **4.3.34**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/wp-featured-menus/)
 * Tag
 * [featured](https://it.wordpress.org/plugins/tags/featured/)[menus](https://it.wordpress.org/plugins/tags/menus/)
   [pages](https://it.wordpress.org/plugins/tags/pages/)[posts](https://it.wordpress.org/plugins/tags/posts/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wp-featured-menus/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/wp-featured-menus/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wp-featured-menus/reviews/)

## Collaboratori

 *   [ Topher ](https://profiles.wordpress.org/topher1kenobe/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wp-featured-menus/)