Title: Widget Alias
Author: MIGHTYminnow
Published: <strong>2013 年 11 月 11 日</strong>
Last modified: 2026 年 3 月 10 日

---

搜尋外掛

![](https://ps.w.org/widget-alias/assets/banner-772x250.jpg?rev=802757)

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

# Widget Alias

 由 [MIGHTYminnow](https://profiles.wordpress.org/mightyminnow/) 開發

[下載](https://downloads.wordpress.org/plugin/widget-alias.1.7.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/widget-alias/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/widget-alias/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/widget-alias/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/widget-alias/#developers)

 [技術支援](https://wordpress.org/support/plugin/widget-alias/)

## 外掛說明

**Compatible with PHP 8.2**

Widget Alias allows you to create an “alias” of any existing widget, effectively
reproducing / duplicating it. This can be especially handy when you want the same
widget to appear in multiple sidebars. Normally you would have to edit each widget
independently, but Widget Alias means you’ll only have to edit one.

A [**MIGHTYminnow**](http://mightyminnow.com) plugin.

#### Features

This plugin is similar to [Duplicate Widget](https://wordpress.org/plugins/duplicate-widget),
with a few key differences:

 * Widget Alias gives you the option to override the aliased widget’s title.
 * Widget Alias uses AJAX to update the drop-down `<select>` menus on the fly, which
   means you see widget changes (adding widgets, deleting widgets, re-ordering widgets,
   etc) in real time.
 * If you delete a widget that is being aliased, the aliased copies simply revert
   to “None”, instead of being deleted. This allows you to keep track of where you’ve
   used Widget Alias widgets, if need be.

#### Usage

Widget Alias can be used in one of two ways:

**1. Widget**
 In _Appearances > Widgets_ you’ll see a new widget called “Widget
Alias”, in which you can specify an override title if desired, and use the drop-
down `<select>` menu to choose the ID of the widget you would like to alias.

**2. Shortcode**
 Widget Alias also comes packaged with a shortcode that looks like
this: [widget_alias id=”target-widget-id” title=”Override Title”]

To use the shortcode simply enter the ID of the widget you would like to alias (`
id` parameter), and an override title (`title` parameter) if you would like to change
the aliased widget’s title.

#### Widget IDs

Widget Alias makes it super-easy for you to find the ID of any widget you would 
like to alias. In _Appearance > Widgets_, all active widgets now have their ID appended
below the widget title. Note: these IDs are added using jQuery, and will not appear
if JavaScript is disabled.

#### Removing / Deleting Aliased Widgets

Widget Alias makes it easy to tell which widgets are being aliased – each aliased
widget has a note below its widget controls letting you know how many times it is
aliased. If you delete an aliased widget, the Widget Alias widgets that previously
pointed to it will revert to the default alias value of “None.”

Banner photo by [Susannah Kay](http://susannahkay.com).

## 螢幕擷圖

 * [[
 * Widget Alias Features
 * [[

## 安裝方式

Install and activate the plugin. That’s it! You’ll now have access to the Widget
Alias widget via _Appearance > Widgets_, as well as the `[wa]` shortcode.

## 常見問題集

### How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program.
The Patchstack team help validate, triage and handle any security vulnerabilities.
[Report a security vulnerability.](https://patchstack.com/database/vdp/widget-alias)

## 使用者評論

![](https://secure.gravatar.com/avatar/c5a5c374a7b759036099a4c19dd1d336f6cf0c87af13d932f1d2b7b1c09edb30?
s=60&d=retro&r=g)

### 󠀁[Good but no updates…](https://wordpress.org/support/topic/good-but-no-updates/)󠁿

 [momo-fr](https://profiles.wordpress.org/momo-fr/) 2017 年 11 月 4 日

I think this plugin is abandoned by its author.

![](https://secure.gravatar.com/avatar/dfda3a22e26d7e52d8d08fbbb5e58acabf8680493a1629d63783b58069281914?
s=60&d=retro&r=g)

### 󠀁[Wow!](https://wordpress.org/support/topic/wow-352/)󠁿

 [Sinkadus](https://profiles.wordpress.org/niwin/) 2016 年 9 月 3 日

This is so great. I was actually looking for a plugin that could clone/duplicate
existing widgets, but this is so much better. Love the fact that I still only have
one widget to change, when needed. Great job! Side note: It is a shame that the 
person that left the 1-star review didn’t delete it or changed to 5 star, when you
fixed the problem.

 [ 閱讀全部 8 則使用者評論 ](https://wordpress.org/support/plugin/widget-alias/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Widget Alias〉的開發相關工作。

參與者

 *   [ MIGHTYminnow ](https://profiles.wordpress.org/mightyminnow/)
 *   [ Mickey Kay ](https://profiles.wordpress.org/mcguive7/)

[將〈Widget Alias〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/widget-alias)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/widget-alias/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/widget-alias/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/widget-alias/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/widget-alias/)。

## 變更記錄

#### 1.7.3

 * Fix deprecated “ready” event.

#### 1.7.2

 * Update jQuery to show widget ID’s in the customizer.
 * Enqueue scripts and styles only on the widgets and customizer pages.
 * Refactor code to enclose previously global variables/functions, and prefix all
   functions.

#### 1.7.1

 * Fix deprecated widget constructor call.

#### 1.7

 * Fix issue with shortcode method throwing error.

#### 1.6

 * Add missing .pot file.

#### 1.5

 * Add extra JS conditional to prevent AJAX errors.

#### 1.4

 * Fixed bug in which Widget Alias would cause all widgets to disappear
 * Added more efficient jQuery
 * Improved admin styling

#### 1.3

 * Fixed bug in which Widget Alias was simply echoing widget output, instead of 
   returning it in the correct location.

#### 1.2

 * Further modifications to JS and CSS to utilize default WP admin classes for improved
   aesthetics.

#### 1.1

 * Modified JS and CSS to improve the display of each widget’s ID

#### 1.0

 * First release

## 中繼資料

 *  版本 **1.7.3**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  語言
 * [English (US)](https://wordpress.org/plugins/widget-alias/)
 * 標籤:
 * [alias](https://tw.wordpress.org/plugins/tags/alias/)[duplicate](https://tw.wordpress.org/plugins/tags/duplicate/)
   [reproduce](https://tw.wordpress.org/plugins/tags/reproduce/)[synchronize](https://tw.wordpress.org/plugins/tags/synchronize/)
   [widget](https://tw.wordpress.org/plugins/tags/widget/)
 *  [進階檢視](https://tw.wordpress.org/plugins/widget-alias/advanced/)

## 評分

 4.3 星，滿分為 5 星

 *  [  5 個 5 星使用者評論     ](https://wordpress.org/support/plugin/widget-alias/reviews/?filter=5)
 *  [  2 個 4 星使用者評論     ](https://wordpress.org/support/plugin/widget-alias/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/widget-alias/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/widget-alias/reviews/?filter=2)
 *  [  1 個 1 星使用者評論     ](https://wordpress.org/support/plugin/widget-alias/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/widget-alias/reviews/)

## 參與者

 *   [ MIGHTYminnow ](https://profiles.wordpress.org/mightyminnow/)
 *   [ Mickey Kay ](https://profiles.wordpress.org/mcguive7/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/widget-alias/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://mightyminnow.com)