Title: DMG Custom Menu Widget
Author: dancoded
Published: <strong>25. 8. 2016</strong>
Last modified: 25. 8. 2016

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://s.w.org/plugins/geopattern-icon/dmg-custom-menu-widget.svg)

# DMG Custom Menu Widget

 Autor: [dancoded](https://profiles.wordpress.org/dancoded/)

[Stáhnout](https://downloads.wordpress.org/plugin/dmg-custom-menu-widget.1.0.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/dmg-custom-menu-widget/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/dmg-custom-menu-widget/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/dmg-custom-menu-widget/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/dmg-custom-menu-widget/#developers)

 [Podpora](https://wordpress.org/support/plugin/dmg-custom-menu-widget/)

## Popis

Displays a menu created on the ‚Appearance > Menus‘ page as a list of links.

Includes advanced options to add CSS styles, modify the title and add HTML/ Text
before and after each link.

Replaces the built in Menus Widget (WP_Nav_Menu_Widget).

A hook is available to filter the title: `dmg_custom_menu_widget_title`.

For example, to change the title on a single page or post, you could add this to
your functions.php file:

    ```
    function myTitleFilter( $title )
    {
        if( is_singular() )
        {
            return "<strong>$title</strong>";
        }
        else
        {
            return $title;      
        }
    }
    add_filter( 'dmg_related_pages_widget_title' , 'myTitleFilter');
    ```

More information about this plugin can be found at [http://dancoded.com/wordpress-plugins/custom-menu-widget/](http://dancoded.com/wordpress-plugins/custom-menu-widget/).

## Snímky obrazovky

 * [[

## Instalace

 1. Upload the plugin files to the `/wp-content/plugins/dmg-custom-menu-widget` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‚Plugins‘ page in the WordPress admin area
 3. Drag onto any active sidebar on the ‚Appearance > Widgets‘ page

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

DMG Custom Menu Widget je otevřený software. Následující lidé přispěli k vývoji 
tohoto pluginu.

Spolupracovníci

 *   [ dancoded ](https://profiles.wordpress.org/dancoded/)

[Přeložte “DMG Custom Menu Widget” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/dmg-custom-menu-widget)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/dmg-custom-menu-widget/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/dmg-custom-menu-widget/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0

 * Initial version

## Meta

 *  Verze **1.0**
 *  Poslední aktualizace **před 10 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 3.1 nebo novější **
 *  Testováno až do WordPressu **4.6.30**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/dmg-custom-menu-widget/)
 * Štítky
 * [css](https://cs.wordpress.org/plugins/tags/css/)[list pages](https://cs.wordpress.org/plugins/tags/list-pages/)
   [menu](https://cs.wordpress.org/plugins/tags/menu/)[menu widget](https://cs.wordpress.org/plugins/tags/menu-widget/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/dmg-custom-menu-widget/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Your review](https://wordpress.org/support/plugin/dmg-custom-menu-widget/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/dmg-custom-menu-widget/reviews/)

## Spolupracovníci

 *   [ dancoded ](https://profiles.wordpress.org/dancoded/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/dmg-custom-menu-widget/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://dancoded.com/wordpress-plugins/)