<?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; emoticons</title>
	<atom:link href="http://www.devthought.com/tag/emoticons/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>
	</channel>
</rss>

