<?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 Archives - this is how i code</title>
	<atom:link href="https://thisishowicode.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://thisishowicode.com/category/wordpress/</link>
	<description>my personal journey through creating with code</description>
	<lastBuildDate>Sun, 09 Jun 2024 20:33:21 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Quick SASS Setup for WordPress Themes</title>
		<link>https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/</link>
					<comments>https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 20 Apr 2024 21:12:06 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1135</guid>

					<description><![CDATA[<p>This is my go-to for quickly adding sass functionality to any WordPress theme. Just add the following package.json to your theme folder (assuming you already know how to run npm/node, and have them installed and ready to go): You can grab the package.json code here. I always hate copying and pasting from things like the [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/">Quick SASS Setup for WordPress Themes</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Block Editor Core Blocks Demo (Gutenberg)</title>
		<link>https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/</link>
					<comments>https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 18 Feb 2024 13:28:38 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1145</guid>

					<description><![CDATA[<p>This is a reference of the Block Editor blocks available in WordPress as of 6.4.3. There is an online resource here: Core Blocks Reference &#124; Block Editor Handbook &#124; WordPress Developer Resources But being the visual person I am, I find it helps to see what the available blocks are. This is especially useful for [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/">WordPress Block Editor Core Blocks Demo (Gutenberg)</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/wordpress-block-editor-core-blocks-demo-gutenberg/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://thisishowicode.com/wp-content/uploads/2024/02/723954__josefpres__piano-loops-147-octave-up-short-loop-120-bpm.wav" length="5999452" type="audio/wav" />

			</item>
		<item>
		<title>Recommended WordPress Plugins For New Projects</title>
		<link>https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/</link>
					<comments>https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Thu, 13 Aug 2020 16:52:30 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=361</guid>

					<description><![CDATA[<p>I have some go-to recommended WordPress plugins I always install on new projects. They&#8217;re essentials, in my opinion, for making a WordPress website that much better. However, if you&#8217;re a WordPress developer, chances are you have some of these in your list already. Hey ho, here we go&#8230; Advanced Custom Fields https://wordpress.org/plugins/advanced-custom-fields/ Of all my [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/">Recommended WordPress Plugins For New Projects</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/recommended-wordpress-plugins-for-new-projects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress HTTPS Redirect Problem? Destroy it Like a Boss</title>
		<link>https://thisishowicode.com/wordpress-https-redirect-problem-fix/</link>
					<comments>https://thisishowicode.com/wordpress-https-redirect-problem-fix/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Thu, 13 Aug 2020 15:55:23 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bugfixing]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=339</guid>

					<description><![CDATA[<p>The last time I had to update a WordPress website for SSL delivery, I thought it would be quick and easy. But a couple of things tripped me up along the way. I&#8217;ve documented my particular WordPress https redirect problem here, in the hope that you don&#8217;t run into the same issues I did. Let&#8217;s [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/wordpress-https-redirect-problem-fix/">WordPress HTTPS Redirect Problem? Destroy it Like a Boss</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/wordpress-https-redirect-problem-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Want to Prevent a Hacked WordPress Website? Mitigating the Risk</title>
		<link>https://thisishowicode.com/prevent-hacked-wordpress-website/</link>
					<comments>https://thisishowicode.com/prevent-hacked-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 09 May 2020 22:40:51 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=38</guid>

					<description><![CDATA[<p>Whilst it&#8217;s true that WordPress is a high profile and popular target for hackers, it doesn&#8217;t mean you can&#8217;t reduce this risk. It&#8217;s only liable to be hacked if you&#8217;ve not taken necessary steps to secure it, like any other website. In this article I look at some of the things you&#8217;ll need to keep [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/prevent-hacked-wordpress-website/">Want to Prevent a Hacked WordPress Website? Mitigating the Risk</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/prevent-hacked-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Beginner tips: Gotchas when Starting out in WordPress Development</title>
		<link>https://thisishowicode.com/wordpress-beginner-tips-starting-out-in-wordpress-development/</link>
					<comments>https://thisishowicode.com/wordpress-beginner-tips-starting-out-in-wordpress-development/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 04 Apr 2020 08:07:32 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bugfixing]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=85</guid>

					<description><![CDATA[<p>I really enjoy working on WordPress projects. For every one I kick out of the gate, the more comfortable I am with using it. However, getting to where I am now meant learning a few things first to &#8216;git gud&#8217;. Here are some wordpress beginner tips. Permalinks are your friend Sometimes, when you create custom [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/wordpress-beginner-tips-starting-out-in-wordpress-development/">WordPress Beginner tips: Gotchas when Starting out in WordPress Development</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/wordpress-beginner-tips-starting-out-in-wordpress-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
