Title: Subtitle Filter
Author: Marcus Downing
Published: <strong>6 de Maio, 2011</strong>
Last modified: 31 de Xaneiro, 2012

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/submenu-filter.svg)

# Subtitle Filter

 Por [Marcus Downing](https://profiles.wordpress.org/marcusdowning/)

[Descargar](https://downloads.wordpress.org/plugin/submenu-filter.zip)

 * [Detalles](https://gl.wordpress.org/plugins/submenu-filter/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/submenu-filter/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/submenu-filter/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/submenu-filter/#developers)

 [Soporte](https://wordpress.org/support/plugin/submenu-filter/)

## Descrición

When writing or modifying a theme, the function wp_nav_menu() displays the contents
of menus configured in your settings. If you have a lot of little menus the list
can get hard to manage, so this plugin lets you group several menus under a single
menu.

To use it, simply add a `submenu` parameter to the arguments of wp_nav_menu, like
so:

    ```
    wp_nav_menu(array(
      'menu' => 'header',
      'submenu' => 'About Us'
    ));
    ```

## Instalación

Install this plugin in the normal way:

 1. Place it in your `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the `wp_nav_menu` function with a `submenu` parameter in your templates
 4. wp_nav_menu(array(
     ‘menu’ => ‘header’, ‘submenu’ => ‘About Us’ ));

## Preguntas frecuentes

  What happens if there’s no submenu with the right name?

It defaults to the main menu, the same as if the plugin wasn’t installed.

  How do I select a menu more than one level deep?

You can go several levels deep by putting slashes in:

    ```
    wp_nav_menu(array(
      'menu' => 'header',
      'submenu' => 'About Us/Board of Directors'
    ));
    ```

Or if you prefer with an array:

    ```
    wp_nav_menu(array(
      'menu' =>
      'submenu' => array('About Us', 'Board of Directors')
    ));
    ```

  Can I use a page’s slug?

No, the plugin uses the page’s title, not its slug.

  Do I have to type the title exactly the same?

The plugin should be forgiving of small differences in punctuation, capital letters
and so on as long as all the letters are the same.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Subtitle Filter” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

 *   [ Marcus Downing ](https://profiles.wordpress.org/marcusdowning/)

[Traduce “Subtitle Filter” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/submenu-filter)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/submenu-filter/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/submenu-filter/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/submenu-filter/)
por [RSS](https://plugins.trac.wordpress.org/log/submenu-filter/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **1.2**
 *  Última actualización **Fai 14 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 3.0.0 ou superior **
 *  Probado ata **3.1.4**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/submenu-filter/)
 * Etiquetas
 * [menu](https://gl.wordpress.org/plugins/tags/menu/)[nav](https://gl.wordpress.org/plugins/tags/nav/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/submenu-filter/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

[Your review](https://wordpress.org/support/plugin/submenu-filter/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/submenu-filter/reviews/)

## Colaboradores

 *   [ Marcus Downing ](https://profiles.wordpress.org/marcusdowning/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/submenu-filter/)