Title: Subtitle Filter
Author: Marcus Downing
Published: <strong>06.05.2011</strong>
Last modified: 31.01.2012

---

Търсене на разширения

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

![](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://bg.wordpress.org/plugins/submenu-filter/#description)
 * [Оценки](https://bg.wordpress.org/plugins/submenu-filter/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/submenu-filter/#installation)
 * [Разработка](https://bg.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.

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“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/),
или абонамент към [програмната история (log)](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 **Преди 14 години **
 *  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://bg.wordpress.org/plugins/tags/menu/)[nav](https://bg.wordpress.org/plugins/tags/nav/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/submenu-filter/advanced/)

## Оценки

No reviews have been submitted yet.

[Добавяне на мнение](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/)