Duplicate and change a Theme Widget

Widgets extend the Widget Class, search in the theme code for a class that extends WP_Widget. Copy/Paste it, rename it, and change what you’d like.

You can also look in the file wp-includes/default-widgets.php and use one of those as a starting point.

Leave a Comment