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

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# DMG Custom Menu Widget

 作者：[dancoded](https://profiles.wordpress.org/dancoded/)

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

 * [详情](https://cn.wordpress.org/plugins/dmg-custom-menu-widget/#description)
 * [评价](https://cn.wordpress.org/plugins/dmg-custom-menu-widget/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/dmg-custom-menu-widget/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/dmg-custom-menu-widget/#developers)

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

## 描述

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

## 屏幕截图

[[

## 安装

 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

## 评价

此插件暂无评价。

## 贡献者及开发者

「DMG Custom Menu Widget」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「DMG Custom Menu Widget」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/dmg-custom-menu-widget)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/dmg-custom-menu-widget/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/dmg-custom-menu-widget/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/dmg-custom-menu-widget/)。

## 更新日志

#### 1.0

 * Initial version

## 额外信息

 *  版本 **1.0**
 *  最后更新：**10 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.1 或更高版本 **
 *  已测试的最高版本为 **4.6.30**
 *  语言
 * [English (US)](https://wordpress.org/plugins/dmg-custom-menu-widget/)
 * 标签
 * [css](https://cn.wordpress.org/plugins/tags/css/)[list pages](https://cn.wordpress.org/plugins/tags/list-pages/)
   [menu](https://cn.wordpress.org/plugins/tags/menu/)[menu widget](https://cn.wordpress.org/plugins/tags/menu-widget/)
 *  [高级视图](https://cn.wordpress.org/plugins/dmg-custom-menu-widget/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/dmg-custom-menu-widget/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/dmg-custom-menu-widget/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://dancoded.com/wordpress-plugins/)