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

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# DMG Custom Menu Widget

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

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

 * [Details](https://nl.wordpress.org/plugins/dmg-custom-menu-widget/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/dmg-custom-menu-widget/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/dmg-custom-menu-widget/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/dmg-custom-menu-widget/#developers)

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

## Beschrijving

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/).

## Schermafbeeldingen

[[

## Installatie

 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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“DMG Custom Menu Widget” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “DMG Custom Menu Widget” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/dmg-custom-menu-widget)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/dmg-custom-menu-widget/),
haal de [SVN repository](https://plugins.svn.wordpress.org/dmg-custom-menu-widget/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/)
via [RSS](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial version

## Meta

 *  Versie **1.0**
 *  Laatst geüpdatet **10 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 3.1 of nieuwer **
 *  Getest t/m **4.6.30**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/dmg-custom-menu-widget/)
 * Tags
 * [css](https://nl.wordpress.org/plugins/tags/css/)[list pages](https://nl.wordpress.org/plugins/tags/list-pages/)
   [menu](https://nl.wordpress.org/plugins/tags/menu/)[menu widget](https://nl.wordpress.org/plugins/tags/menu-widget/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/dmg-custom-menu-widget/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/dmg-custom-menu-widget/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

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

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](http://dancoded.com/wordpress-plugins/)