<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; Simple History plugin</title>
	<atom:link href="http://www.wpwife.com/category/simple-history-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Track WordPress Widget History (Easy Method)</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-track-wordpress-widget-history-easy-method</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-track-wordpress-widget-history-easy-method#comments</comments>
		<pubDate>Tue, 24 Jan 2023 10:17:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[sidebar widgets]]></category>
		<category><![CDATA[Simple History plugin]]></category>
		<category><![CDATA[track WordPress history]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wordpress widgets]]></category>

		<guid isPermaLink="false">https://www.wpbeginner.com/?p=157201</guid>
		<description><![CDATA[
<p>Do you want to track your WordPress widget history to monitor changes made to the widgets on your site? Widgets are blocks of content that you can add to your website. They allow you to add different elements to your sidebars such as signup forms,&#8230;&#160;<strong><a href="https://www.wpbeginner.com/plugins/how-to-track-wordpress-widget-history/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/plugins/how-to-track-wordpress-widget-history/">How to Track WordPress Widget History (Easy Method)</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to track your WordPress widget history to monitor changes made to the widgets on your site?</p>



<p>Widgets are blocks of content that you can add to your website. They allow you to add different elements to your sidebars such as signup forms, images, recent posts, and more. Tracking widget history allows you to easily monitor changes and undo them as needed. </p>



<p>In this article, we&#8217;ll show you how to easily track your WordPress widget history.</p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/how-to-track-widget-history-in-wordpress-og.png" alt="How to track widget history in WordPress" class="wp-image-160232" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/how-to-track-widget-history-in-wordpress-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/how-to-track-widget-history-in-wordpress-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4>Why Should You Track WordPress Widget History?</h4>



<p>By default, WordPress comes with a feature called <a href="https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/" title="WordPress Post Revisions Made Simple: A Step by Step Guide">revisions</a> for content types like posts and pages. Revisions make it easier to what changes were made by which user, and allow you to easily undo those changes if needed. </p>



<p>However, there is no built-in revisions feature for <a href="https://www.wpbeginner.com/beginners-guide/how-to-add-and-use-widgets-in-wordpress/" title="How to Add and Use Widgets in WordPress (Step by Step)">WordPress widgets</a>. </p>



<p>Tracking widget history will allow you to keep track of changes made to widgets on your <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website in 2023 (Ultimate Guide)">WordPress website</a>. You can see which user added, removed, or changed a widget, and then you can keep those changes or undo them by editing your widget. </p>



<p>Similarly, if something in a widget has stopped working, then you can pinpoint which changes caused the problem and fix them manually. </p>



<p>That being said, let&#8217;s take a look at how to easily track widget history in WordPress. </p>



<h4>How to Easily Track WordPress Widget History</h4>



<p>The easiest way to track WordPress widget history is by using the <a href="https://wordpress.org/plugins/simple-history/"  rel="noopener nofollow" title="">Simple History</a> plugin.</p>



<p>First, you need to install and activate the <a href="https://wordpress.org/plugins/simple-history/"  rel="noopener nofollow" title="Download Simple History plugin">Simple History</a> plugin. For help, see our guide on <a href="https://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/" title="Beginners Guide: How to Install a WordPress Theme">how to install a WordPress plugin</a>.</p>



<p>Keep in mind that plugin will only track changes made after the plugin is activated. </p>



<p>After installing the plugin, let&#8217;s make a few changes to your WordPress widgets. Simply go to the <strong>Appearance » Widgets</strong> page and make some changes to your existing widgets. </p>



<figure class="wp-block-image size-full"><img width="680" height="328" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/make-widget-changes.png" alt="Make changes to widget" class="wp-image-163918" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/make-widget-changes.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/make-widget-changes-300x145.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Don&#8217;t forget to click on the Update button to save your widget changes. </p>



<p>After that, you can go to the <strong>Dashboard » Simple History</strong> page inside WordPress admin area. </p>



<p>You&#8217;ll see the changes you made to your widgets appear at the top. </p>



<figure class="wp-block-image size-full"><img width="680" height="375" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/widget-changes-view.png" alt="Widget changes view" class="wp-image-163919" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/widget-changes-view.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/widget-changes-view-300x165.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Apart from widget changes, Simple History will also be able to track the following changes and user activity on your website:</p>



<ul><li>theme updates</li><li>plugin installation</li><li>sidebar widget history</li><li>Comments history</li><li>user logins</li><li>user profiles</li></ul>



<p>If you want to change the settings of the plugin, then you can simply head over to <strong>Settings » Simple History</strong> from the WordPress admin dashboard.</p>



<figure class="wp-block-image size-full"><img width="680" height="382" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/simple-history-settings.png" alt="Go to Simple history settings from the dashboard" class="wp-image-159275" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/simple-history-settings.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/simple-history-settings-300x169.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>From here, you can modify the plugin settings according to your needs. </p>



<p>If you want to track the widget history of your WordPress site directly from the dashboard, then you can check the &#8216;On the dashboard&#8217; option beside the &#8216;Show History&#8217; option.</p>



<p>This will allow you to access Simple History by simply heading over to  <strong>Dashboard » Simple History</strong> from the WordPress admin panel.</p>



<p>You can also select the number of items you want to show on your log page as well as your dashboard page.</p>



<p>Additionally, you can enable the <a href="https://www.wpbeginner.com/beginners-guide/what-is-rss-how-to-use-rss-in-wordpress/" title="What is RSS? How to use RSS in WordPress?">RSS feed</a> option by checking the box next to it if you want to receive daily log updates about your website.</p>



<p>Don&#8217;t forget to click the &#8216;Save Changes button at the bottom once you&#8217;re satisfied.</p>



<figure class="wp-block-image size-full"><img width="680" height="226" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/enable-rss-field.png" alt="Enable RSS Field" class="wp-image-159330" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/enable-rss-field.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/enable-rss-field-300x100.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Next, you may want to switch to the Debug tab. From here, you can view all the log events displayed as Loggers. </p>



<p>Plus, you will also be able to see the names of tables that plugin has created in your WordPress database. </p>



<figure class="wp-block-image size-full"><img width="680" height="369" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/debug-settings.png" alt="Debug options" class="wp-image-163920" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/debug-settings.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/debug-settings-300x163.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The plugin also allowss you to easily downoad the logs file to your computer. </p>



<p>Siply switch to the Export tab on the plugin&#8217;s settings page and choose which format you want to use for the export. </p>



<p>You can choose either JSON or CSV format. We recommend using the CSV option as you can open the CSV files in any spreadsheet software like Google Sheets or Microsoft Excel. </p>



<figure class="wp-block-image size-full"><img width="680" height="335" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/choose-csv-option.png" alt="Check CSV option" class="wp-image-157245" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/choose-csv-option.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/choose-csv-option-300x148.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, click on the Download Export File button and plugin will send a download file to your browser. </p>



<p>Here is how it would look when you open it in a spreadsheet software. </p>



<figure class="wp-block-image size-full"><img width="680" height="313" src="https://www.wpbeginner.com/wp-content/uploads/2022/12/excel-file.png" alt="Excel file" class="wp-image-157246" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/12/excel-file.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/12/excel-file-300x138.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4>Final Thoughts</h4>



<p>Having an activity log is very important as it helps you keep your website safe. Simple History does that for widgets and many other plugins.</p>



<p>Other plugins like <a href="https://wpforms.com/"  title="WPForms - Drag &amp; Drop WordPress Form Builder" rel="noopener">WPForms</a> have added revisions to WordPress form building, and <a href="https://wpcode.com/"  title="WPCode - WordPress Code Snippet Plugin" rel="noopener">WPCode</a> has also added version control for custom code snippets.</p>



<p>Lastly, if you&#8217;re looking for a comprehensive activity log solution for WordPress security, then we recommend taking a look at <a href="https://www.wpbeginner.com/refer/wp-security-audit-log/" title="WP Activity Log">WP Activity Log</a> plugin.</p>



<p>We hope this tutorial helped you learn how to easily track your WordPress widget history. You may also want to check out our guide on <a href="https://www.wpbeginner.com/wp-tutorials/step-by-step-guide-how-to-start-a-podcast-with-wordpress/" title="How to Start a Podcast (and Make it Successful) in 2022">how to start a podcast</a>, and our top picks of the <a href="https://www.wpbeginner.com/plugins/20-best-free-woocommerce-plugins-for-wordpress/" title="32 Best WooCommerce Plugins for Your Store (Most are FREE)">best WooCommerce plugins</a> for your store.</p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/plugins/how-to-track-wordpress-widget-history/">How to Track WordPress Widget History (Easy Method)</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-track-wordpress-widget-history-easy-method/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
