Title: Subtitle Filter
Author: Marcus Downing
Published: <strong>Mayo 6, 2011</strong>
Last modified: Enero 31, 2012

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# Subtitle Filter

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

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

 * [Mga Detalye](https://tl.wordpress.org/plugins/submenu-filter/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/submenu-filter/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/submenu-filter/#installation)
 * [Development](https://tl.wordpress.org/plugins/submenu-filter/#developers)

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

## Deskripsyon

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'
    ));
    ```

## Pag-install

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

## FAQ

  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.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Subtitle Filter” ay open source software. Ang mga sumusunod na tao ay nag-ambag
sa plugin na ito.

Mga Contributor

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

[Isalin ang “Subtitle Filter” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/submenu-filter)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/submenu-filter/), 
i-check ang [SVN repository](https://plugins.svn.wordpress.org/submenu-filter/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/submenu-filter/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/submenu-filter/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Bersyon **1.2**
 *  Huling na-update **14 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 3.0.0 o mas bago **
 *  Sinubukan hanggang **3.1.4**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/submenu-filter/)
 * Mga Tag
 * [menu](https://tl.wordpress.org/plugins/tags/menu/)[nav](https://tl.wordpress.org/plugins/tags/nav/)
 *  [Advanced View](https://tl.wordpress.org/plugins/submenu-filter/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/submenu-filter/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/submenu-filter/)