Duplicate Widget is a WordPress app, with a 4.3 average rating from 12 reviews, as of July 8, 2026.
Duplicate Widget is a WordPress Plugin Directory app by Scott Reilly. With a rating of 4.3★ from 12 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Duplicate Widget is a well-rated WordPress app with a limited review volume. It is listed in the Widgets category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 12 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Scott Reilly — established developer track record
Cons
- −Limited review base (12) — ratings can shift significantly with new feedback
Looking to switch from Duplicate Widget?
See Duplicate Widget's alternatives ranked by audit score, rating, and review velocity.
How Duplicate Widget works
Show full descriptionShow less
A widget that can act as a duplicate of another widget (for synchronized use in another sidebar)
Define a widget once, use it in multiple sidebars. This saves you from having to manually configure each copy of the widget and later having to worry about keeping them in sync should you ever need to make any changes. Particularly useful for those who define logic in their themes to conditionally include different versions of a sidebar depending on what template is being shown. Depending on use, it is an alternative to plugins that introduce in-widget logic to determine when widgets should be visible (Widget Logic, Section Widget, Conditional Widgets, etc).
Quick overview of what this plugin does:
Adds a widget called “Duplicate”. The widget’s only setting is a dropdown listing all active widgets. The selected widget will be the widget duplicated by the duplicate widget.
A duplicate widget shows the same title and content as its source widget, even if those values later get changed in the source widget.
A widget can be duplicated any number of times and can appear multiple times within the same page. (Yes, even within the same sidebar, though why would you do that?)
A duplicate widget will abide by the configuration of the sidebar it is placed in, not the configuration of the sidebar containing the source widget. So it uses ‘before_widget’, ‘after_widget’, ‘before_title’, ‘after_title’ values of its own sidebar.
Widgets that are duplicated will have “[D]” prepended to their name in the widget titlebar in the admin to denote they have duplicates. Also, at the bottom of the widget’s configuration form (when the widget is expanded), a short blurb also explains that the widget has duplicate(s) and a count of how many duplicates it has.
If a widget is deactivated or deleted, if it has any duplicates, they get deleted as well.
The widget id and widget type of the source widget are included as HTML classes in the duplicate widget’s markup.
Links: Plugin Homepage | Plugin Directory Page | Author Homepage
Filters The plugin exposes four actions for hooking. Typically, customizations utilizing these hooks would be put into your active theme’s functions.php file, or used by another plugin.
c2c_before_duplicate_widget (action) The ‘c2c_before_duplicate_widget’ hook allows you to output text, or perform some sort of action, just before the output of the duplicate widget.
Arguments:
$instance (array) : The settings for the widget instance (namely: title and widget_to_duplicate)
$args (array) : The configuration for the widget and sidebar
Example:
// Output an opening <div> before duplicate widget content add_action( 'c2c_before_duplicate_widget', 'my_c2c_before_duplicate_widget', 10, 2 ); function my_c2c_before_duplicate_widget( $instance, $args ) { echo '<div class="a_duplicate_widget">; }
c2c_after_duplicate_widget (action) The ‘c2c_after_duplicate_widget’ hook allows you to output text, or perform some sort of action, just after the output of the duplicate widget.
Arguments:
$instance (array) : The settings for the widget instance (namely: title and widget_to_duplicate)
$args (array) : The configuration for the widget and sidebar
Example:
// Output an closing </div> after duplicate widget content add_action( 'c2c_after_duplicate_widget', 'my_c2c_after_duplicate_widget', 10, 2 ); function my_c2c_after_duplicate_widget( $instance, $args ) { echo '</div>; }
c2c_before_duplicate_widget_form (action) The ‘c2c_before_duplicate_widget_form’ hook allows you to output text, or perform some sort of action, just before the output of the duplicate widget’s configuration form (in the WP admin).
Arguments:
$instance (array) : The settings for the widget instance (namely: title and widget_to_duplicate)
Example:
// Display a message just before the duplicate widget settings form add_action( 'c2c_before_duplicate_widget_form', 'my_c2c_before_duplicate_widget_form' ); function my_c2c_before_duplicate_widget_form( $instance ) { echo '<p>Note: this is a note above the widget settings form.</p>'; }
c2c_after_duplicate_widget_form (action) The ‘c2c_after_duplicate_widget_form’ hook allows you to output text, or perform some sort of action, just after the output of the duplicate widget’s configuration form (in the WP admin).
Arguments:
$instance (array) : The settings for the widget instance (namely: title and widget_to_duplicate)
Example:
// Display a message just after the duplicate widget settings form add_action( 'c2c_after_duplicate_widget_form', 'my_c2c_after_duplicate_widget_form' ); function my_c2c_after_duplicate_widget_form( $instance ) { echo '<p>Note: this is a note below the widget settings form.</p>'; }
Category rankings
As of Jul 8, 2026- Coffee2code#0of 9Top 1%
- Duplicate#0of 23Top 1%
- Sidebar#0of 118Top 1%
- Widgets#0of 124Top 1%
- Widget#117of 701Top 17%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Duplicate Widgetdoesn't have curated competitor matchups yet. Other tracked widgets apps on WordPress:
Where Duplicate Widget stands in the Widgets category
Duplicate Widget ranks #0 of 124 apps in the Widgets category, placing it in the top 1% of the listing.
Frequently asked questions
What is Duplicate Widget?
Duplicate Widget is an app for WordPress. It currently holds a 4.3-star rating from 12 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Widgets category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Scott Reilly.
Who uses Duplicate Widget?
Currently around 1,000 active stores have installed Duplicate Widget. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Widgets category on WordPress.