Title: Subtitle Filter
Author: Marcus Downing
Published: <strong>2011-05-06</strong>
Last modified: 2012-01-31

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Subtitle Filter

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/submenu-filter/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/submenu-filter/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/submenu-filter/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/submenu-filter/#developers)

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

## Opis

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

## Instalacja

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

## Najczęściej zadawane pytania

  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.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Subtitle Filter” jest oprogramowaniem open source. Poniższe osoby miały wkład w
rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Subtitle Filter” na swój język.](https://translate.wordpress.org/projects/wp-plugins/submenu-filter)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/submenu-filter/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/submenu-filter/) lub czytaj
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/submenu-filter/) przez
[RSS](https://plugins.trac.wordpress.org/log/submenu-filter/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Wersja **1.2**
 *  Ostatnia aktualizacja **14 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 3.0.0 lub nowszej **
 *  Testowano do **3.1.4**
 *  Język
 * [English (US)](https://wordpress.org/plugins/submenu-filter/)
 * Tagi
 * [menu](https://pl.wordpress.org/plugins/tags/menu/)[nav](https://pl.wordpress.org/plugins/tags/nav/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/submenu-filter/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/submenu-filter/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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