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

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/submenu-filter/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/submenu-filter/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/submenu-filter/#installation)
 * [Разработка](https://ru.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).

## Мета

 *  Версия **1.2**
 *  Обновление: **15 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 3.0.0 или выше **
 *  Совместим вплоть до: **3.1.4**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/submenu-filter/)
 * Метки:
 * [menu](https://ru.wordpress.org/plugins/tags/menu/)[nav](https://ru.wordpress.org/plugins/tags/nav/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/submenu-filter/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Ваш отзыв](https://wordpress.org/support/plugin/submenu-filter/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/submenu-filter/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/submenu-filter/)