<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>wp &#8211; David Kryzaniak, LLC</title>
	<atom:link href="https://davekz.com/tag/wp/feed/" rel="self" type="application/rss+xml" />
	<link>https://davekz.com</link>
	<description>The Trials and Tribulations of a Programming Ninja</description>
	<lastBuildDate>Wed, 06 Feb 2013 11:10:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
<site xmlns="com-wordpress:feed-additions:1">43582094</site>	<item>
		<title>Maintenance mode for WordPress Using htaccess</title>
		<link>https://davekz.com/maintenance-mode-for-wordpress-using-htaccess/</link>
					<comments>https://davekz.com/maintenance-mode-for-wordpress-using-htaccess/#respond</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Tue, 06 Nov 2012 20:24:43 +0000</pubDate>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[maintenance mode]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<guid isPermaLink="false">http://dave.kz/?p=84</guid>

					<description><![CDATA[<p>WordPress doesn&#8217;t have a maintenance mode. This makes me sad. Luckily, I have a quick fix. First, you&#8217;ll need to create a new directory and a temporary &#8220;Maintenance&#8221; page. For this example, let&#8217;s call it /maintenance/index.html. Fill the Maintenance page <a href="https://davekz.com/maintenance-mode-for-wordpress-using-htaccess/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/maintenance-mode-for-wordpress-using-htaccess/">Maintenance mode for WordPress Using htaccess</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/maintenance-mode-for-wordpress-using-htaccess/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">84</post-id>	</item>
		<item>
		<title>Force Non-WWW URL in WordPress</title>
		<link>https://davekz.com/force-non-www-url-in-wordpress/</link>
					<comments>https://davekz.com/force-non-www-url-in-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sun, 04 Nov 2012 21:07:51 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[non-www]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[www]]></category>
		<guid isPermaLink="false">http://dave.kz/?p=79</guid>

					<description><![CDATA[<p>Making sure all your guest are coming in through the same url can be important for SEO. Google may see your domain as two sites depending how you use the WWW and non-WWW url. If Google does pickup both your <a href="https://davekz.com/force-non-www-url-in-wordpress/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/force-non-www-url-in-wordpress/">Force Non-WWW URL in WordPress</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/force-non-www-url-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">79</post-id>	</item>
		<item>
		<title>Add Custom Menus to the WP Theme Customizer</title>
		<link>https://davekz.com/add-custom-menus-to-the-wp-theme-customizer/</link>
					<comments>https://davekz.com/add-custom-menus-to-the-wp-theme-customizer/#respond</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 01:43:40 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[theme customizer]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<guid isPermaLink="false">http://www.dave.kz/?p=72</guid>

					<description><![CDATA[<p>Here is a simple Gist (originally&#160;created by https://github.com/Abban)&#160;that lays out all the necessary hooks to start customizing the new &#8216;Theme Customizer&#8217; in WordPress 3.4</p>
<p>The post <a rel="nofollow" href="https://davekz.com/add-custom-menus-to-the-wp-theme-customizer/">Add Custom Menus to the WP Theme Customizer</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/add-custom-menus-to-the-wp-theme-customizer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 

Served from: davekz.com @ 2024-07-11 06:11:28 by W3 Total Cache
-->