Title: DMG Custom Menu Widget
Author: dancoded
Published: <strong>25 Lúnasa, 2016</strong>
Last modified: 25 Lúnasa, 2016

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# DMG Custom Menu Widget

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

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

 * [Details](https://ga.wordpress.org/plugins/dmg-custom-menu-widget/#description)
 * [Reviews](https://ga.wordpress.org/plugins/dmg-custom-menu-widget/#reviews)
 *  [Installation](https://ga.wordpress.org/plugins/dmg-custom-menu-widget/#installation)
 * [Development](https://ga.wordpress.org/plugins/dmg-custom-menu-widget/#developers)

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

## Description

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

## Screenshots

 * [[

## Installation

 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

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DMG Custom Menu Widget” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “DMG Custom Menu Widget” into your language.](https://translate.wordpress.org/projects/wp-plugins/dmg-custom-menu-widget)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dmg-custom-menu-widget/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dmg-custom-menu-widget/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/)
by [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

 *  Version **1.0**
 *  Last updated **10 mbliana ago**
 *  Active installations **10+**
 *  WordPress version ** 3.1 or higher **
 *  Tested up to **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dmg-custom-menu-widget/)
 * Tags
 * [css](https://ga.wordpress.org/plugins/tags/css/)[list pages](https://ga.wordpress.org/plugins/tags/list-pages/)
   [menu](https://ga.wordpress.org/plugins/tags/menu/)[menu widget](https://ga.wordpress.org/plugins/tags/menu-widget/)
 *  [Advanced View](https://ga.wordpress.org/plugins/dmg-custom-menu-widget/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://dancoded.com/wordpress-plugins/)