<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ahimsa for WordPress</title>
	<atom:link href="http://code.ahren.org/ahimsa/feed" rel="self" type="application/rss+xml" />
	<link>http://code.ahren.org</link>
	<description>Bits of software inspired by little Ahren and Tanish</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:36:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Melgar&#187; Arquivos do Blog &#187; Arquivos de tradução do tema Ahimsa para Wordpress</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-134775</link>
		<dc:creator>Melgar&#187; Arquivos do Blog &#187; Arquivos de tradução do tema Ahimsa para Wordpress</dc:creator>
		<pubDate>Fri, 03 Feb 2012 03:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-134775</guid>
		<description>[...] o tema Ahren Code’s Ahimsa para o blog porque achei bem bacana. Fiz a tradução do tema para o português do Brasil. Se você [...]</description>
		<content:encoded><![CDATA[<p>[...] o tema Ahren Code’s Ahimsa para o blog porque achei bem bacana. Fiz a tradução do tema para o português do Brasil. Se você [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-130052</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Sun, 22 Jan 2012 05:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-130052</guid>
		<description>thank you for the kind words.</description>
		<content:encoded><![CDATA[<p>thank you for the kind words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-129700</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 21 Jan 2012 06:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-129700</guid>
		<description>I just wanted to let you know that I think your theme is beautiful. Thank you for all of your hard work</description>
		<content:encoded><![CDATA[<p>I just wanted to let you know that I think your theme is beautiful. Thank you for all of your hard work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-110153</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Wed, 28 Dec 2011 21:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-110153</guid>
		<description>Hello Rafal,

I store the customisations for the theme outside the theme directory because the theme directory is wiped out by WordPress every time you upgrade the theme. This could cause you to lose any customisation files (like footer-custom.php). So, please take care to back up your file before you upgrade the theme in the future.

Thank you for your kind words.</description>
		<content:encoded><![CDATA[<p>Hello Rafal,</p>
<p>I store the customisations for the theme outside the theme directory because the theme directory is wiped out by WordPress every time you upgrade the theme. This could cause you to lose any customisation files (like footer-custom.php). So, please take care to back up your file before you upgrade the theme in the future.</p>
<p>Thank you for your kind words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafal</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-110111</link>
		<dc:creator>Rafal</dc:creator>
		<pubDate>Wed, 28 Dec 2011 19:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-110111</guid>
		<description>Ok, I&#039;ve changed code from: 


        if( file_exists(WP_CONTENT_DIR . &quot;/themestore/ahimsa/footer-custom.php&quot;) )

        include_once(WP_CONTENT_DIR . &quot;/themestore/ahimsa/footer-custom.php&quot;);


on

    if( file_exists(WP_CONTENT_DIR . &quot;/themes/ahimsa/footer-custom.php&quot;) )

    include_once(WP_CONTENT_DIR . &quot;/themes/ahimsa/footer-custom.php&quot;);


Once again
Thanks</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ve changed code from: </p>
<p>        if( file_exists(WP_CONTENT_DIR . &#8220;/themestore/ahimsa/footer-custom.php&#8221;) )</p>
<p>        include_once(WP_CONTENT_DIR . &#8220;/themestore/ahimsa/footer-custom.php&#8221;);</p>
<p>on</p>
<p>    if( file_exists(WP_CONTENT_DIR . &#8220;/themes/ahimsa/footer-custom.php&#8221;) )</p>
<p>    include_once(WP_CONTENT_DIR . &#8220;/themes/ahimsa/footer-custom.php&#8221;);</p>
<p>Once again<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafal</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-109965</link>
		<dc:creator>Rafal</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-109965</guid>
		<description>Hi:)
Thank You, great job. 
One question, I made footer-custom.php, pasted code: 

&lt;link media=&quot;screen&quot; rel=&quot;stylesheet&quot; href=&quot;http:....... but it dosen&#039;t work. 
Perm: 644, WP 3.3

Could you help me?

Greetings</description>
		<content:encoded><![CDATA[<p>Hi:)<br />
Thank You, great job.<br />
One question, I made footer-custom.php, pasted code: </p>
<p>&lt;link media=&quot;screen&quot; rel=&quot;stylesheet&quot; href=&quot;http:&#8230;&#8230;. but it dosen&#8217;t work.<br />
Perm: 644, WP 3.3</p>
<p>Could you help me?</p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-89148</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Sun, 27 Nov 2011 11:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-89148</guid>
		<description>Mirz, thank you greatly for your note. Such comments are really what fuels open source contributors. It&#039;s always gratifying to hear back from my users.</description>
		<content:encoded><![CDATA[<p>Mirz, thank you greatly for your note. Such comments are really what fuels open source contributors. It&#8217;s always gratifying to hear back from my users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirz</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-88832</link>
		<dc:creator>Mirz</dc:creator>
		<pubDate>Sat, 26 Nov 2011 15:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-88832</guid>
		<description>I just want to send a HUGE thank you for this theme.  We use it on 2 of our websites and are so pleased with it.  We had it on our code site for several years. We were in the process of opening a fiction serial site, which is essentially publishing eBooks.  After looking through hundreds of themes, we decided to use Ahisma for that site, too, and it has worked beautiful.  Stylized, yet professional.  So many compliments.  

Thank you so very much.  

http://www.blacktorrent.us
http://www.scriptmonkeys.us</description>
		<content:encoded><![CDATA[<p>I just want to send a HUGE thank you for this theme.  We use it on 2 of our websites and are so pleased with it.  We had it on our code site for several years. We were in the process of opening a fiction serial site, which is essentially publishing eBooks.  After looking through hundreds of themes, we decided to use Ahisma for that site, too, and it has worked beautiful.  Stylized, yet professional.  So many compliments.  </p>
<p>Thank you so very much.  </p>
<p><a href="http://www.blacktorrent.us" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.blacktorrent.us?referer=');">http://www.blacktorrent.us</a><br />
<a href="http://www.scriptmonkeys.us" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.scriptmonkeys.us?referer=');">http://www.scriptmonkeys.us</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-67261</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Sun, 25 Sep 2011 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-67261</guid>
		<description>Hello, I have responded on the Help (Tender) forum. Regards // ravi</description>
		<content:encoded><![CDATA[<p>Hello, I have responded on the Help (Tender) forum. Regards // ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WS</title>
		<link>http://code.ahren.org/ahimsa/comment-page-4#comment-67075</link>
		<dc:creator>WS</dc:creator>
		<pubDate>Sat, 24 Sep 2011 23:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://ahren.org/code/ahimsa#comment-67075</guid>
		<description>I&#039;ve been using Ahimsa for months and like it very much.
How can I make it fixed-width?

WS</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Ahimsa for months and like it very much.<br />
How can I make it fixed-width?</p>
<p>WS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

