<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Focus on your mission, not your tech - Another Cup of Coffee (Posts about Work)</title><link>https://anothercoffee.net/</link><description></description><atom:link href="https://anothercoffee.net/categories/work.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Copyright © 2006 - 2026 &lt;a href="https://anothercoffee.net/" title="Another Cup of Coffee Limited"&gt;Another Cup of Coffee Limited&lt;/a&gt; </copyright><lastBuildDate>Wed, 18 Feb 2026 16:39:45 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Drupal to WordPress utility now public</title><link>https://anothercoffee.net/drupal-to-wordpress-utility/</link><dc:creator>Anthony Lopez-Vito</dc:creator><description>&lt;div class="highlight_blue"&gt;
&lt;p&gt;I’m releasing my in-house tool for Drupal to WordPress migration. You can go directly to the &lt;a href="https://anothercoffee.net/the-drupal-to-wordpress-migration-tool/"&gt;download page&lt;/a&gt; for the latest version of the utility.&lt;/p&gt;
&lt;p&gt;If you’d rather let someone else do the work, you can find more information at my dedicated &lt;a href="https://anothercoffee.net/drupal-to-wordpress-migration-service/" title="Drupal to WordPress migration service"&gt;migration service&lt;/a&gt; page.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;When I started Another Cup of Coffee, we specialized in setting up Drupal since it was—and still is—a very versatile content management system suitable for anything from simple &lt;a href="http://financial-dictionary.thefreedictionary.com/Brochureware" title="Definition of Brochureware"&gt;‘brochureware’&lt;/a&gt; sites to online shops and social networking. One of my working assumptions was that website owners would appreciate a platform that offers more flexibility as their needs expanded. However, over the past few years, I’ve received quite a few requests from new and existing clients to migrate sites &lt;em&gt;from&lt;/em&gt; Drupal &lt;em&gt;to&lt;/em&gt; WordPress. At first it seemed a little odd that it was almost always in this direction and rarely the other way around.&lt;/p&gt;
&lt;p&gt;Some investigation quickly brought out an obvious answer: there is a Drupal module called &lt;a href="http://drupal.org/project/wordpress_migrate"&gt;wordpress_migrate&lt;/a&gt; that supports migrating WordPress blog exports into Drupal, but no simple mechanism to convert Drupal nodes into WordPress posts and pages.&lt;/p&gt;
&lt;p&gt;After many years of experience with running Drupal sites, I can understand why a certain type of website owner would prefer WordPress. It’s just much more suited to the non-technical user who just wants a simple site with fairly standard functionality. (Incidentally, this describes our target market.) Since I’d first started using WordPress in 2004, it has evolved from simple blogging software into a fully-fledged content management system. Further, it’s more user-friendly out-of-the-box than Drupal’s default utilitarian interace and has a simpler update system. From my own experience, Drupal maintenance can be quite demanding with its frequent core and module updates. WordPress, on the other hand, is refreshingly easy to maintain.&lt;/p&gt;
&lt;h2&gt;Releasing our in-house utility&lt;/h2&gt;
&lt;p&gt;Unfortunately for us, manually moving a client’s site from Drupal to Wordpress was quite tricky and time consuming, especially when lots of content types and entries are involved. We obviously needed some sort of automated tool but to my surprise, all that I could find online were either articles about people experimenting with SQL scripts, or paid-for services like &lt;a href="http://migratetowp.com"&gt;GoWordPress&lt;/a&gt; and &lt;a href="http://www.cms2cms.com"&gt;cms2cms&lt;/a&gt;. Our margins are pretty tight and paying for the service just wasn’t an option so I decided to hack together some scripts to build our own in-house tool. A &lt;a href="http://blog.room34.com/archives/4530" title="How I migrated a client's blog from Drupal to WordPress 3.0"&gt;blog post&lt;/a&gt; by Scott Anderson at &lt;a href="http://blog.room34.com/about"&gt;Underdog of Perfection&lt;/a&gt; provided the best steps to get me started.&lt;/p&gt;
&lt;p&gt;After using our tool to migrate a fair number of sites, I realised that it was time to give back to the community. After all, my code built upon the efforts of others who freely shared their work. I’m therefore releasing our &lt;strong&gt;Drupal to WordPress Migration Tool&lt;/strong&gt; for public use under the &lt;a href="http://opensource.org/licenses/MIT"&gt;MIT License&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://anothercoffee.net/images/drupal-to-wordpress-migration-tool-screenshot.jpg" alt="Screenshot of our Drupal to WordPress migration tool" width="300" height="270" class="aligncenter size-full wp-image-577"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name="drupal_wordPress_migration_tool"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Where to download the Drupal to WordPress Migration Tool&lt;/h2&gt;
&lt;p&gt;I’ve set up a &lt;a href="https://gitlab.com/anthonylv/drupal-to-wordpress" target="_blank" rel="nofollow" "&gt;dedicated page&lt;/a&gt; for downloading our Drupal to WordPress Migration Tool which will have the most up-to-date version. More feature-rich versions can be found there as feedback comes in and bugs are reported. The first version should definitely be considered a &lt;a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta"&gt;‘beta’&lt;/a&gt; and only used by people who know what they’re doing when it comes to setting up and configuring content management systems. Currently it supports only &lt;strong&gt;Drupal 6&lt;/strong&gt; and &lt;strong&gt;WordPress 3.5&lt;/strong&gt;. Eventually I aim for it to be a ‘wizard’ style utility that can be used by less technical people, like web creatives who’ve been tasked with migrating their clients’ sites from various releases of Drupal into the latest version of WordPress.&lt;/p&gt;
&lt;p&gt;If you’re unsure of how to proceed or would simply like someone else to do the work, please &lt;a href="https://anothercoffee.net/#contact_us"&gt;drop us a note&lt;/a&gt; and we’ll be happy to provide a quotation.&lt;/p&gt;
&lt;div class="highlight"&gt;
&lt;p&gt;Go to the &lt;a href="https://gitlab.com/anthonylv/drupal-to-wordpress" target="_blank" rel="nofollow"&gt;download page&lt;/a&gt;. &lt;em&gt;&lt;strong&gt;IMPORTANT:&lt;/strong&gt; I’m offering this tool with no warranty or support implied.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description><category>Blog</category><category>cms</category><category>Drupal</category><category>Migration</category><category>tool</category><category>WordPress</category><category>Work</category><guid>https://anothercoffee.net/drupal-to-wordpress-utility/</guid><pubDate>Sun, 26 May 2013 12:28:52 GMT</pubDate></item></channel></rss>