<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>WordPress on Daniel Doezema's Blog</title><link>https://dan.doezema.com/tags/wordpress/</link><description>Recent content in WordPress on Daniel Doezema's Blog</description><generator>Hugo</generator><language>en-US</language><copyright>&amp;copy; 2024 Daniel Doezema</copyright><lastBuildDate>Wed, 19 Nov 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://dan.doezema.com/tags/wordpress/index.xml" rel="self" type="application/rss+xml"/><item><title>WordPress Domain Changer 2.0</title><link>https://dan.doezema.com/2014/11/wordpress-domain-changer-2.0/</link><pubDate>Wed, 19 Nov 2014 00:00:00 +0000</pubDate><guid>https://dan.doezema.com/2014/11/wordpress-domain-changer-2.0/</guid><description>&lt;p&gt;Announcing the next release of &lt;em&gt;WordPress Domain Changer&lt;/em&gt; &amp;ndash; version 2.0!&lt;/p&gt;
&lt;p&gt;This release marks the completion of a total rewrite that brings an updated user interface, improved stability, fine-grained control, improved testing, and a few bug fixes.&lt;/p&gt;
&lt;h2 id="redesigned-ui--workflow" class="relative group"&gt;Redesigned UI &amp;amp; Workflow &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#redesigned-ui--workflow" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;table&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="https://dan.doezema.com/images/75/wpdc2_6_end.png" rel="lightbox-ui" title="Change Complete Page"&gt;
 &lt;img src="https://dan.doezema.com/images/75/wpdc2_6_end.png" border="0" /&gt;
 &lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;a href="https://dan.doezema.com/images/75/wpdc2_1_login.png" rel="lightbox-ui" title="Login Page"&gt;
 &lt;img src="https://dan.doezema.com/images/75/wpdc2_1_login.png" border="0" /&gt;
 &lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan="2"&gt;&lt;a href="https://dan.doezema.com/images/75/wpdc2_4_find_and_replace.png" rel="lightbox-ui" title="Find &amp;amp; Replace Page"&gt;
 &lt;img src="https://dan.doezema.com/images/75/wpdc2_4_find_and_replace.png" border="0" /&gt;
 &lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;
&lt;h2 id="precise-control" class="relative group"&gt;Precise Control &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#precise-control" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;The ability to specify database tables has &lt;strong&gt;finally&lt;/strong&gt; arrived!&lt;/p&gt;</description></item><item><title>AHAX WordPress Plugin</title><link>https://dan.doezema.com/2011/04/ahax-wordpress-plugin/</link><pubDate>Fri, 08 Apr 2011 00:00:00 +0000</pubDate><guid>https://dan.doezema.com/2011/04/ahax-wordpress-plugin/</guid><description>&lt;p&gt;A couple weeks ago I was looking for a simple way to make AJAX requests on admin or public WordPress pages from a theme or plug-in. After a bit of searching I could not find the solution I was looking for - so I built my own, AHAX.&lt;/p&gt;
&lt;p&gt;AHAX is a drop-in solution that allows theme or plug-in developers to take advantage of a very simple and streamlined way of making AJAX requests.&lt;/p&gt;</description></item><item><title>WordPress Domain Change Script</title><link>https://dan.doezema.com/2010/04/wordpress-domain-change/</link><pubDate>Tue, 13 Apr 2010 00:00:00 +0000</pubDate><guid>https://dan.doezema.com/2010/04/wordpress-domain-change/</guid><description>&lt;p&gt;&lt;strong&gt;Notice: A major release has been issued since this post &amp;ndash; &lt;a href="https://dan.doezema.com/2014/11/wordpress-domain-changer-2.0"&gt;Version 2.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Changing the domain name or URL of a WordPress site can be a very frustrating and time consuming task.&lt;/p&gt;
&lt;p&gt;I usually have three development environments that I&amp;rsquo;m constantly switching between and all of them have completely different domain names.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Server&lt;/th&gt;
					&lt;th&gt;URL&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Local&lt;/td&gt;
					&lt;td&gt;http://localhost:8888/&lt;strong&gt;myProject&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Preview&lt;/td&gt;
					&lt;td&gt;http://&lt;strong&gt;myProject&lt;/strong&gt;.mysite.com&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Production&lt;/td&gt;
					&lt;td&gt;http://www.&lt;strong&gt;myProject&lt;/strong&gt;.com&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;






 
 
&lt;figure&gt;&lt;img src="https://dan.doezema.com/images/wpdc_screenshot.png" alt="WordPress Domain Changer Screenshot" class="mx-auto my-0 rounded-md" /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Fed up with all the steps needed to change the domain I decided it would be worth my time to build a script that could streamline the entire migration process. The first revision of this script was dirty and insecure (to say the least) but it significantly reduced the amount of time spent moving sites between servers and changing their domains.&lt;/p&gt;</description></item><item><title>Leet Speak WordPress Plugin</title><link>https://dan.doezema.com/2010/04/leet-speak-plugin/</link><pubDate>Tue, 06 Apr 2010 00:00:00 +0000</pubDate><guid>https://dan.doezema.com/2010/04/leet-speak-plugin/</guid><description>&lt;p&gt;During the hours between 11:30 PM and 8:00 AM &amp;ndash; while attempting to wrap my head around the development process of a WordPress Plugin &amp;ndash; I found myself developing this fun, yet semi-useless, plugin that allows for the on-the-fly translation of plain text into &amp;ldquo;leet speak.&amp;rdquo;&lt;/p&gt;
&lt;h2 id="usage" class="relative group"&gt;Usage &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#usage" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Translation of a post&amp;rsquo;s text into leet speak can be accomplished by using one of the following methods.&lt;/p&gt;</description></item></channel></rss>