<?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>disable &#8211; Social Media Agency</title>
	<atom:link href="https://socialmediaagency.one/tag/disable/feed/" rel="self" type="application/rss+xml" />
	<link>https://socialmediaagency.one</link>
	<description>Social Media One ist Ihre Agentur für TikTok, Instagram, LinkedIn und Influencer Marketing. Content, Werbung und Strategie aus einer Hand.</description>
	<lastBuildDate>Thu, 12 Aug 2021 08:35:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Disable WordPress Block Widget! How to do it in 5 seconds + instructions</title>
		<link>https://socialmediaagency.one/disable-wordpress-block-widget-how-to-do-it-in-5-seconds-instructions/</link>
		
		<dc:creator><![CDATA[S_kinski]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 08:35:38 +0000</pubDate>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Anleitung]]></category>
		<category><![CDATA[Block Widget]]></category>
		<category><![CDATA[deaktivieren]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Instruction]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[Onlineshop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Text Editor]]></category>
		<category><![CDATA[Text-Editor]]></category>
		<category><![CDATA[Widget]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/disable-wordpress-block-widget-how-to-do-it-in-5-seconds-instructions/</guid>

					<description><![CDATA[Disable WordPress block widget, turn it off, whatever, get rid of it! We&#8217;re not big fans of the new WordPress UI changes. Even the Gutenberg editor was no solala (hint: we&#8217;re about to disable that too). Many in e-commerce use WordPress or the WooCommerce extension and may be facing the exact same problem today! With [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Disable WordPress block widget, turn it off, whatever, get rid of it! We&#8217;re not big fans of the new WordPress UI changes. Even the Gutenberg editor was no solala (hint: we&#8217;re about to disable that too). Many in <a href="https://socialmediaagency.one/e-commerce-agency-marketing-strategy-search-engine-optimization-seo-google-ads/" data-type="post" data-origin="de" data-origin-url="/?p=16298" data-id="16581">e-commerce</a> use WordPress or the <a href="https://socialmediaagency.one/wordpress-woocommerce-your-own-online-shop/" data-type="post" data-origin="de" data-origin-url="/?p=4481" data-id="15664">WooCommerce</a> extension and may be facing the exact same problem today! With the WordPress 5.8 update, the new &#8220;Block Widget&#8221; editor just came. Update done, look into the widgets: What happened! You see error after error! What to do? Go back to the default! With this, simple trick.</p>
<h2>Disable block widget</h2>
<p>If you already know your way around WordPress, paste this code into your theme editor.</p>
<p>If you don&#8217;t have any experience with it yet, after the codes we have a simple 4 step guide with screenshots for you.</p>
<h3>Disable block widget</h3>
<p>With this line, you can disable the block widgets:</p>
<blockquote><p>Disables the block editor from managing widgets.<br />
add_filter( &#8216;use_widgets_block_editor&#8217;, &#8216;__return_false&#8217; );</p></blockquote>
<p>Source: <a href="https://wpcodeus.com/disable-widget-block-editor-in-wordpress-5-8/" target="_blank" rel="noopener">WP Code US</a></p>
<p>Speaking of which, you can use this to disable the &#8220;new&#8221; Gutenberg editor.</p>
<h3>Disable Gutenberg Editor</h3>
<p>Disable Gutenberg Editor:</p>
<blockquote><p>Disables the block editor from managing widgets in the Gutenberg plugin.<br />
add_filter( &#8216;gutenberg_use_widgets_block_editor&#8217;, &#8216;__return_false&#8217; );</p></blockquote>
<h2>Error: Before / After</h2>
<p>Here&#8217;s a quick recap of the error you either already have on your WordPress system or will get after updating to WordPress 5.8.</p>
<h3>Before: Widget work as always</h3>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-29525" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-1-vorher-nachher-beispiel-plugins.jpg" alt="" width="942" height="935" /></p>
<h3>Update: WordPress 5.8</h3>
<p>Then comes your update to version 5.8.</p>
<p><img decoding="async" class="alignnone size-full wp-image-29539" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-2-update-5-8-wp-anderungen-neuerungen-ecommerce.jpg" alt="" width="942" height="935" /></p>
<h3>After update: Error over error</h3>
<p>After the update, depending on the plugins, error after error. With Multilingual (eg WPML) in e-commerce, it becomes quite extreme. Also, &#8220;legacy&#8221; texts attaching everywhere, for privacy. To each, individual widget. If you&#8217;re not just managing 1 site, but maybe 5, 10 or 20, you&#8217;ll want to get back to standard, fast.</p>
<p><img decoding="async" class="alignnone size-full wp-image-29553" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-3-fehler-plugins-funktionieren-nicht.jpg" alt="" width="942" height="935" /></p>
<p>What now? This is how you insert the code (above)!</p>
<h3>Solution: Code for Theme Editor</h3>
<p>Open the &#8220;Theme Editor&#8221; in the menu. Here you add this code to your &#8220;functions.php&#8221; as shown in the screenshot.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29561" src="https://socialmediaagency.one/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-4-loesung-menu-aussehen-theme-editor.jpg" alt="" width="1095" height="929" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
