<?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>WordPress - Code Dodle</title>
	<atom:link href="https://www.codedodle.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>https://www.codedodle.com/tag/wordpress</link>
	<description>Coding Tips and Technical How-Tos</description>
	<lastBuildDate>Sat, 02 Jul 2022 14:13:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.codedodle.com/wp-content/uploads/2021/07/cropped-cd-logo-512-32x32.png</url>
	<title>WordPress - Code Dodle</title>
	<link>https://www.codedodle.com/tag/wordpress</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WP-CLI Regenerate Thumbnails for Featured Images</title>
		<link>https://www.codedodle.com/wp-cli-regenerate-featured-images.html</link>
		
		<dc:creator><![CDATA[Hank Cheah]]></dc:creator>
		<pubDate>Sat, 02 Jul 2022 13:52:28 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP-CLI]]></category>
		<guid isPermaLink="false">https://www.codedodle.com/?p=466</guid>

					<description><![CDATA[<p>Here&#8217;s the WP-CLI command I used to regenerate thumbnails for featured images:- wp db query &#34;SELECT meta_value FROM wp_postmeta WHERE meta_key=&#039;_thumbnail_id&#039;&#34; --skip-column-names --silent &#124; tr &#039;\n&#039; &#039; &#039; &#124; xargs wp media regenerate Explaining The WP CLI Command There are three parts to this command, first we have wp db query &#34;SELECT meta_value FROM wp_postmeta...</p>
<p>The post <a href="https://www.codedodle.com/wp-cli-regenerate-featured-images.html">WP-CLI Regenerate Thumbnails for Featured Images</a> appeared first on <a href="https://www.codedodle.com">Code Dodle</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Optimize WP-Cron with Linux Cron Job for Better Performance</title>
		<link>https://www.codedodle.com/optimize-wordpress-linux-cron.html</link>
		
		<dc:creator><![CDATA[Hank Cheah]]></dc:creator>
		<pubDate>Sun, 29 Aug 2021 07:45:22 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://www.codedodle.com/?p=236</guid>

					<description><![CDATA[<p>In this tutorial, I will show you how to optimize WordPress performance by replacing the default WP-Cron triggering mechanism with Crontab on Linux. WordPress uses WP-Cron to run scheduled tasks and it has worked for many users. But the way it works is sub-optimal. On every page load, WP-Cron checks the list of scheduled tasks...</p>
<p>The post <a href="https://www.codedodle.com/optimize-wordpress-linux-cron.html">How to Optimize WP-Cron with Linux Cron Job for Better Performance</a> appeared first on <a href="https://www.codedodle.com">Code Dodle</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Fix WP-CLI Error: Strange wp-config.php file</title>
		<link>https://www.codedodle.com/fix-wpcli-wp-settings-error.html</link>
		
		<dc:creator><![CDATA[Hank Cheah]]></dc:creator>
		<pubDate>Sat, 28 Aug 2021 04:01:38 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP-CLI]]></category>
		<guid isPermaLink="false">https://www.codedodle.com/?p=285</guid>

					<description><![CDATA[<p>In this short tutorial, I will show you how to fix this WP-CLI error:- PHP Warning: file_get_contents(/var/www/html/codedodle/wp-config.php): failed to open stream: Permission denied in phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php on line 603 Error: Strange wp-config.php file: wp-settings.php is not loaded directly. WordPress&#8217;s official command-line utility WP-CLI is awesome, and I recommend it to every WordPress server admin. But as...</p>
<p>The post <a href="https://www.codedodle.com/fix-wpcli-wp-settings-error.html">How to Fix WP-CLI Error: Strange wp-config.php file</a> appeared first on <a href="https://www.codedodle.com">Code Dodle</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
