Title: Subtitle Filter
Author: Marcus Downing
Published: <strong>6. мај 2011.</strong>
Last modified: 31. јануар 2012.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# Subtitle Filter

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

[Преузимање](https://downloads.wordpress.org/plugin/submenu-filter.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/submenu-filter/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/submenu-filter/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/submenu-filter/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/submenu-filter/#developers)

 [Подршка](https://wordpress.org/support/plugin/submenu-filter/)

## Опис

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

## Постављање

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

## ЧПП

  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.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Subtitle Filter“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

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

[Преведите „Subtitle Filter“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/submenu-filter)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/submenu-filter/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/submenu-filter/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/submenu-filter/) преко
[RSS-а](https://plugins.trac.wordpress.org/log/submenu-filter/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Version **1.2**
 *  Last updated **15 година раније**
 *  Active installations **10+**
 *  WordPress version ** 3.0.0 или новије **
 *  Tested up to **3.1.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/submenu-filter/)
 * Tags
 * [menu](https://sr.wordpress.org/plugins/tags/menu/)[nav](https://sr.wordpress.org/plugins/tags/nav/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/submenu-filter/advanced/)

## Оцене

No reviews have been submitted yet.

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

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/submenu-filter/)