<?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>Guillermo Rauch&#039;s Devthought &#187; wordpress</title>
	<atom:link href="http://www.devthought.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devthought.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 16:38:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to change WordPress default emoticons</title>
		<link>http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/</link>
		<comments>http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:21:26 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Tumble]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=889</guid>
		<description><![CDATA[Install the Smilies Themer plugin Activate it. Go to Settings &#62; Smilies Themer and pick a theme pack. If you want to create a custom one, keep reading Create a folder with the name of your theme pack in wp-content/themes/smilies-themer/. &#8230; <a href="http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Install the <a href="http://wordpress.org/extend/plugins/smilies-themer/">Smilies Themer</a> plugin</li>
<li>Activate it.</li>
<li>Go to <em>Settings &gt; Smilies Themer</em> and pick a theme pack. If you want to create a custom one, keep reading</li>
<li>Create a folder with the name of your theme pack in <code class="inline">wp-content/themes/smilies-themer/</code>. In my case I called it <code class="inline">devthought</code></li>
<li>
<p>Place your emoticons in that folder and a file called <code class="inline">package-config.php</code></p>
<p><a class="thumb" href="http://devthought.com/wp-content/uploads/2009/04/art.jpg"><img src="http://devthought.com/wp-content/uploads/2009/04/art-300x195.jpg" alt="art" title="art" width="300" height="195" class="alignright size-medium wp-image-892" /></a>
</li>
<li>
<p>Place a code like this in <code class="inline">package-config.php</code></p>
<pre class='highlight ' lang="php">
<?php

/*
 * Package-Name: Theme name
 * Package-URI: http://yourwebsite.com
 * Package-Description: Your theme description
 * Package-Author: Your name
 * Package-Author-URI: http://yourwebsite.com
 */

$wp_smilies = array(
	'>:o'      => 'angryface.png',
	'>:-O'   => 'angryface.png',
	':-['       => 'blush.png',
	':['         => 'blush.png',
);
// add as many as you want respecting the same format:
// 'emoticon' => 'file.jpg',
</pre>
</li>
<li>Go to Settings and choose your package!</li>
</ol>
<p>Now you&#8217;re done! <img src='http://www.devthought.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  :[ >:o <img src='http://www.devthought.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  :X :-/ <img src='http://www.devthought.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <img src='http://www.devthought.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  o:)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Count your feed readers with style</title>
		<link>http://www.devthought.com/2009/03/24/count-your-feed-readers-with-style/</link>
		<comments>http://www.devthought.com/2009/03/24/count-your-feed-readers-with-style/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 03:45:05 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=611</guid>
		<description><![CDATA[I&#8217;ve just released a new WordPress plugin: FeedBurnerCount. It gets the job of retrieving feed readers from the FeedBurner API done efficiently. Lately it seems the API is up and down all the time, many times providing invalid data, and &#8230; <a href="http://www.devthought.com/2009/03/24/count-your-feed-readers-with-style/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released a new WordPress plugin: <a href="/projects/wordpress/feedburnercount/">FeedBurnerCount</a>. It gets the job of retrieving feed readers from the FeedBurner API done efficiently.</p>
<p>Lately it seems the API is up and down all the time, many times providing invalid data, and recently moved to a new URI. The one plugin that solves this same task hasn&#8217;t been updated in months, and it&#8217;s not ready for an inconsistent API, which results in a <em>N/A</em> count all the time.</p>
<p><strong>FeedBurnerCount</strong> can maintain your feed count even if the Awareness API is not working (or you can specify a custom message for those situations), and calculate the average readers count in a period of time. It also sniffs your feedburner details (if the FeedBurner plugin installed) for an impossibly easier setup.</p>
<p>Head to the the <a href="/projects/wordpress/feedburnercount/">plugin page</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/03/24/count-your-feed-readers-with-style/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Prevent caching of modified Javascript &amp; CSS assets</title>
		<link>http://www.devthought.com/2009/03/18/prevent-caching-of-modified-javascript-css-assets/</link>
		<comments>http://www.devthought.com/2009/03/18/prevent-caching-of-modified-javascript-css-assets/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 11:24:16 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Server side]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=510</guid>
		<description><![CDATA[There&#8217;s a very useful PHP function called filemtime, that returns the timestamp of the modification time of the file. This is similar to how the HTTP 1.1 ETag header is generated. The strategy is basically to append the modification date &#8230; <a href="http://www.devthought.com/2009/03/18/prevent-caching-of-modified-javascript-css-assets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a very useful PHP function called <a href="http://ar.php.net/filemtime">filemtime</a>, that returns the timestamp of the modification time of the file. This is similar to how the HTTP 1.1 ETag header is generated. The strategy is basically to append the modification date to the script or CSS URI in order to refresh the user&#8217;s cache when you&#8217;ve modified them.</p>
<p>This is an extract from Devthought header.php WordPress template file:</p>
<pre class='highlight ' lang="html4strict">
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() . '/style.css?' . filemtime(get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen" title="Stylesheet" charset="utf-8" />

<script type="text/javascript" charset="utf-8" src="<?php echo get_template_directory_uri() . '/js/scripts.js?' . filemtime(get_template_directory() . '/js/scripts.js'); ?>" ></script>
</pre>
<p>All you have to do is change the routes to match your files. If you&#8217;re not using wordpress, you&#8217;ll have to remove the <code class="inline">get_stylesheet_directory*</code> and <code class="inline">get_template_directory*</code> function calls and replace with your paths.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/03/18/prevent-caching-of-modified-javascript-css-assets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Best WordPress Design awards</title>
		<link>http://www.devthought.com/2009/02/26/best-wordpress-design-awards/</link>
		<comments>http://www.devthought.com/2009/02/26/best-wordpress-design-awards/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:58:03 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=363</guid>
		<description><![CDATA[I&#8217;m signing up for this WordPress design competetion, organized by the guys over at WPWebHost team. Only WordPress-powered sites are elegible, and there are 5 categories with 10 featured sites and 1 winner each. The winners will be decided by &#8230; <a href="http://www.devthought.com/2009/02/26/best-wordpress-design-awards/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m signing up for this WordPress design competetion, organized by the guys over at <a href="http://wpwebhost.com/best-wordpress-design-award/">WPWebHost</a> team. Only  WordPress-powered sites are elegible, and there are 5 categories with 10 featured sites and 1 winner each.</p>
<p>The winners will be decided by the public, so it&#8217;ll be nice if you cast your vote for your all-time favorite Devthought! As for the prizes, winners will get a badge, $200 cash via Paypal, and excellent life-time hosting (which I&#8217;d love).</p>
<p>I&#8217;m signing up for the <strong><a href="http://wpwebhost.com/best-wordpress-design-award/">Best Modern and Elegant</a></strong> category, which probably also means some strong competition <img src='http://www.devthought.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/02/26/best-wordpress-design-awards/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Append your blog description to the window title in WordPress</title>
		<link>http://www.devthought.com/2009/01/29/append-your-blog-description-to-the-window-title-in-wordpress/</link>
		<comments>http://www.devthought.com/2009/01/29/append-your-blog-description-to-the-window-title-in-wordpress/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 06:07:46 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Tumble]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://devthought/?p=217</guid>
		<description><![CDATA[I wanted my homepage title to reveal my writing goals and interests. The importance of the title, to me, is obvious: It&#8217;s one of the first things people notice. It&#8217;s visible in the window chrome, the tabs, the bookmarks It&#8217;s &#8230; <a href="http://www.devthought.com/2009/01/29/append-your-blog-description-to-the-window-title-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted my homepage title to reveal my writing goals and interests. The importance of the title, to me, is obvious:</p>
<ul>
<li>It&#8217;s one of the first things people notice.</li>
<li>It&#8217;s visible in the window chrome, the tabs, the bookmarks</li>
<li>It&#8217;s something search engines pay attention to</li>
</ul>
<p>WordPress settings allow you to set the blog title and description. With this modification, the description will be appended whenever a post title is not displayed, to avoid making it extremely long.</p>
<p>Edit the <strong>functions.php</strong> file of your template and append:</p>
<pre class='highlight ' lang="php" line="1">
add_filter('wp_title', 'dv_wp_title', 100, 3);

$dv_append_subtitle = false;

function dv_wp_title($title)
{
  global $dv_append_subtitle;

  if($title === '')
    $dv_append_subtitle = true;

  return $title;
}

function dv_the_subtitle($sep = '&mdash;')
{
  global $dv_append_subtitle;

  if($dv_append_subtitle)
  {
    echo $sep ? $sep . ' ' : '';
    bloginfo('description');
  }
}
</pre>
<p>Then go to <strong>header.php</strong> and make your title tag look like this (notice that I added the dv_the_subtitle call)</p>
<pre class='highlight ' lang="html4strict">
</pre>
<p>And that&#8217;s it! If you want to customize the separator, which defaults to &mdash; pass it as an argument to dv_the_subtitle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/01/29/append-your-blog-description-to-the-window-title-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0RC4 released</title>
		<link>http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/</link>
		<comments>http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:16:13 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=37</guid>
		<description><![CDATA[Some important and some not-as-important bug fixes in this version. Hopefully this will be the last release candidate before the grand 1.0 release: Tables not deleted anymore upon installation Fixed SimplePie error report. Fixed small post content bug (not hidden &#8230; <a href="http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some important and some not-as-important bug fixes in this version. Hopefully this will be the <strong>last release candidate</strong> before the grand 1.0 release:</p>
<ul>
<li>Tables not deleted anymore upon installation</li>
<li>Fixed SimplePie error report.</li>
<li>Fixed small post content bug (not hidden by default)</li>
<li>Fixed cron url </li>
<li>Removed inverted quotes from queries</li>
<li>Fixed notices in debug mode</li>
<li>No error showing for campaigns w/o feeds fixed</li>
</ul>
<p><a href="http://downloads.wordpress.org/plugin/wp-o-matic.1.0RC4.zip">Click here</a> to download</p>
<p>As usual, head to <a href="http://wpomatic.lighthouseapp.com">Lighthouse</a> for bug reports</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0RC3 beta shipping.</title>
		<link>http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/</link>
		<comments>http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/#comments</comments>
		<pubDate>Sun, 04 May 2008 00:53:18 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=34</guid>
		<description><![CDATA[Here is the upcoming RC3 release! Remember that, just like any release prior to 1.0, upgrading will erase your previous campaigns, feeds, logs, etc. Now compatible with WordPress 2.5 Categories shown with indentation (parent > children now separated) SimplePie updated &#8230; <a href="http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://downloads.wordpress.org/plugin/wp-o-matic.zip">Here is the upcoming RC3 release</a>!</p>
<p><strong>Remember that, just like any release prior to 1.0, upgrading will erase your previous campaigns, feeds, logs, etc.</strong></p>
<ul>
<li>Now compatible with WordPress 2.5</li>
<li>Categories shown with indentation (parent > children now separated)</li>
<li>SimplePie updated to 1.1.1, and SimplePie Core now supported.</li>
<li>Fixed broken cron command</li>
<li>Fixed broken export on some systems</li>
<li>Fixed broken redirect when resetting a campaign</li>
<li>Everything now stored in GMT to avoid time issues. Gotten rid of NOW() functions in favor of WP time functions</li>
<li>Fixed bug with validation upon deletion of feeds in existing campaigns </li>
<li>Fixed bug with &#8216;allow comments&#8217; setting.</li>
<li>Fixed bug with logs dates</li>
<li>Fixed bug with double quote escaping (fixes campaign templates / rewrite html bugs)</li>
<li>Username in options tab changed to a more handy select box.</li>
<li>Interface now looks better on IE (d&#8217;oh)</li>
<li>Added many help files</li>
<li>Fixed annoying duplicates bug</li>
<li>Fixed small bug in import with labels</li>
</ul>
<p><strong>I need feedback on:</strong></p>
<ul>
<li>All sorts of errors, warnings, notices, blank screens</li>
<li>Styling problems, indicating Browser, OS, URL and a screenshot.</li>
<li>Behavioral problems: bad dates, bad content, duplicates, etc</li>
<li>Performance problems</li>
<li>Unexpected behavior</li>
</ul>
<p>Always include instructions on how to reproduce the issues please!</p>
<p>Go ahead and <a href="http://downloads.wordpress.org/plugin/wp-o-matic.zip">download it</a></p>
<p><strong>Updates</strong> </p>
<ul>
<li>1 &#8211; Fixed bugs with categories in edit mode and posts tools (thanks Mike)</li>
<li>2 &#8211; Fixed empty rewrite bug (thanks Mike) and replacements now case insensitive</li>
<li>3 &#8211; Fixed bugs with &#8216;use feed date&#8217; option, footer copyright, bad dates in &#8216;view all&#8217; logs, log message field made text, timestamps converted to datetime, &#8216;Clean logs&#8217; function fixed (<strong>big</strong> changes, please test)</li>
<li>4 &#8211; Fixed bugs with older WP releases (now WP-o-Matic works with any version starting from 2.2). Now rewrite works with PHP4.</li>
<li>5 &#8211; str_ireplace bug fixed, allow comments bug fixed, now user can choose comments state.</li>
<li>6 &#8211; {content} not getting rewritten fixed, titles and other settings not being stored fixed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0RC3 on its way</title>
		<link>http://www.devthought.com/2008/02/23/wp-o-matic-rc3-on-its-way/</link>
		<comments>http://www.devthought.com/2008/02/23/wp-o-matic-rc3-on-its-way/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 03:30:23 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/wp-o-matic-rc3-on-its-way/</guid>
		<description><![CDATA[Update: here it is Just writing to let you know that the upcoming release candidate of WP-o-Matic is being cooked and betatested! This is a list of all the exciting changes, which include new features you&#8217;ve been requesting and lots &#8230; <a href="http://www.devthought.com/2008/02/23/wp-o-matic-rc3-on-its-way/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> <a href="http://devthought.com/wp-o-matic-10rc3-beta-shipping/">here</a> it is</p>
<p>Just writing to let you know that the upcoming release candidate of WP-o-Matic is being cooked and betatested!</p>
<p>This is a list of all the exciting changes, which include new features you&#8217;ve been requesting and lots of bugfixes</p>
<ul>
<li>   Categories shown with indentation (parent > children now separated)</li>
<li>   <em>Fixed broken cron command</em></li>
<li>   <em>SimplePie updated to 1.1</em></li>
<li>   Fixed broken export on some systems</li>
<li>   Fixed broken redirect when resetting a campaign</li>
<li>   <em>Everything now stored in GMT to avoid time issues. Gotten rid of NOW() functions in favor of WP time functions</em></li>
<li>   Fixed bug with validation upon deletion of feeds in existing campaigns </li>
<li>   Fixed bug with &#8216;allow comments&#8217; setting.</li>
<li>   Fixed bug with logs dates</li>
<li><em>   Fixed bug with double quote escaping (fixes campaign templates / rewrite html bugs)</em></li>
<li>   Username in options tab changed to a more handy select box.</li>
<li>   Interface now looks better on IE (d&#8217;oh)</li>
<li><em>New option added to select max number of items to process</em></li>
<li><em>New option added to decide whether the permalink should point to the created blog post or to the source permalink</em></li>
<li><em>New general option to get logs feedback while the campaign is being processed.</em></li>
</ul>
<p>As usual, stay tuned. Sorry for not being able to respond and release with more frequency, but I&#8217;ve been really busy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2008/02/23/wp-o-matic-rc3-on-its-way/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0 to be released</title>
		<link>http://www.devthought.com/2007/10/19/wp-o-matic-10-to-be-released/</link>
		<comments>http://www.devthought.com/2007/10/19/wp-o-matic-10-to-be-released/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 14:56:39 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/wp-o-matic-10-to-be-released/</guid>
		<description><![CDATA[This weekend (around Sat 26) WP-o-Matic 1.0 is to be released, including many bugfixes, some small new features (like tags support in campaign creation), and most importantly, full WordPress 2.3 support This stable branch will not see feature updates in &#8230; <a href="http://www.devthought.com/2007/10/19/wp-o-matic-10-to-be-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This weekend (around Sat 26) WP-o-Matic 1.0 is to be released, including many bugfixes, some small new features (like tags support in campaign creation), and most importantly, full WordPress 2.3 support</p>
<p>This stable branch will not see feature updates in quite a while, only bugfixes, in an attempt to provide a solid and reliable feed aggregating plugin for WordPress once and for all.</p>
<p>You can contribute! Suggest new features or changes for the upcoming WP-o-Matic 1.1 by posting your comments here. You can stay up-to-date with all the news regarding WP-o-Matic through your favorite RSS reader.</p>
<p><strong>Update:</strong> Here is a pre-release version for you to try. <br/><br />
It&#8217;s fully 2.3 and 2.4 compatible, and includes the new setup screen to assist users in installing WP-o-Matic successfully. Click <a href="http://mandarin.quickshareit.com/share/wpomaticfefd3.zip">here to download</a></p>
<p><strong>Update 2:</strong> <a href="http://clementine.quickshareit.com/share/wpomaticca196.zip">Newest version here</a>. WP-o-Matic is slowly reaching perfection</p>
<p><strong>Update 3:</strong> You can find WP-o-Matic RC2 in the <a href="http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/">main post</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2007/10/19/wp-o-matic-10-to-be-released/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0RC1 released (updated again)</title>
		<link>http://www.devthought.com/2007/09/02/wp-o-matic-10rc1-released/</link>
		<comments>http://www.devthought.com/2007/09/02/wp-o-matic-10rc1-released/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 04:35:35 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/wp-o-matic-10rc1-released/</guid>
		<description><![CDATA[After so much feedback, reading so many of your -often annoying- comments, the first release candidate is out. Please refer to the plugin main page for download and installation instructions Changelog summary Added a dashboard with quick stats and log &#8230; <a href="http://www.devthought.com/2007/09/02/wp-o-matic-10rc1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After so much feedback, reading so many of your -often annoying- comments, the first release candidate is out.</p>
<p><img src="http://ugli.quickshareit.com/share/rc1bbb4b.jpg" /></p>
<p><span id="more-52"></span></p>
<p>Please refer to the plugin <a href="http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/">main page</a> for download and installation instructions</p>
<h3>Changelog summary</h3>
<ul>
<li>Added a dashboard with quick stats and log display.</li>
<li>Added campaign support to centralize options for multiple feeds.</li>
<li>Added import/export support through OPML files</li>
<li>Added image caching capabilities.</li>
<li>Added word/phrase rewriting and relinking capabilities.</li>
<li>Added nonce support</li>
<li>Added i18n support with translation domain &#8216;wpomatic&#8217;</li>
<li>Added help throughout the system.</li>
<li>SimplePie updated to 1.0.1 (Razzleberry), relocated and server compatibility tests included.</li>
<li>Improved Unix detection for cron.</li>
<li>Removed MooTools dependency for optimization reasons.</li>
<li>Redesigned admin panel, now divided into sections.</li>
<li>Logging now database-based.</li>
</ul>
<h3>Some really cool stuff</h3>
<p><strong>Post templates</strong></p>
<p><img src="http://kumquat.quickshareit.com/share/rc122a29b.png" style="margin: 4px 0 15px" /></p>
<p><strong>Feed autodiscovery and ajax checks</strong></p>
<p><img src="http://orange.quickshareit.com/share/rc13eadd3.png" style="margin: 4px 0 15px" /></p>
<p><strong>And so much more you&#8217;ll pee your pants</strong>&#8230;</p>
<h3>Download</h3>
<p>In plugin&#8217;s <a href="http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/">main page</a></p>
<h3 id="donate">Donate</h3>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></p>
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----<br />
"><br />
</form>
<p><strong>Updated:</strong> the reported bugs with PHP4 and WP-o-Matic have been corrected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2007/09/02/wp-o-matic-10rc1-released/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
	</channel>
</rss>

