<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1.2" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>GFXedit.com</title>
	<link>http://www.gfxedit.com</link>
	<description>Wordpress Themes</description>
	<pubDate>Wed, 30 Apr 2008 13:58:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/gfxedit" type="application/rss+xml" /><feedburner:emailServiceId>199233</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Fixes for Wordpress 2.3.1</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/199522603/fixes-for-wordpress-231.html</link>
		<comments>http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-231.html#comments</comments>
		<pubDate>Tue, 04 Dec 2007 06:10:34 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Theme Fixes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/fixes-for-fixes-for-wordpress-231.html</guid>
		<description><![CDATA[With Wordpress 2.3, the developer had merged and created three new tables Three new terms tables (schema) : term_relationships, term_taxonomy and terms support combined post categories, link categories, and the new tags. Which means old tables like categories, link2cat, and link2post are gone ! Now this had affected few themes on GFXedit as most themes [...]]]></description>
			<content:encoded><![CDATA[<p>With Wordpress 2.3, the developer had merged and created three new tables Three new terms tables (schema) : <em>term_relationships, term_taxonomy</em> and <em>terms</em> support combined post categories, link categories, and the new tags. Which means old tables like categories, link2cat, and link2post are gone ! Now this had affected few themes on GFXedit as most themes used to query the &#8220;gone&#8221; tables for showing up with the style instead of just using a single line of code <em>&lt;?php get_links()?&gt;</em>.</p>
<h3>The Fix</h3>
<ul>
<li>Open the file containing the sidebar code (usually <strong>sidebar.php</strong>) and look for the code, something which starts with
<p style="color: #006633;">&lt;?php<br />
$link_cats = $wpdb-&gt;get_results&#8230;&#8230;.</p>
</li>
<li>Delete the whole line of code, i.e till it ends with <span style="color: #006633;"><strong>?&gt;</strong></span> For e.g delete the code
<p style="color: #006633;">&lt;?php<br />
$link_cats = $wpdb-&gt;get_results(&quot;SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategories&quot;);<br />
foreach ($link_cats as $link_cat) {<br />
?&gt;</p>
</li>
<li>Now delete the next coming closing tag i.e <span style="color: #006633;"><strong>&lt;?php } ?&gt;</strong></span></li>
</ul>
<p>That should fix the error but in order to show up the Link heading you have replace the code within the  <span style="color: #006633;"><strong>&lt;h2&gt;&lt;/h2&gt;</strong></span> (<strong>h3,h4</strong> in some themes) tags with any text like &#8220;<strong>Links</strong>&#8221; or &#8220;<strong>BlogRoll</strong>&#8220;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=tcDdLSC"><img src="http://feeds.feedburner.com/~f/gfxedit?i=tcDdLSC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=e2b44sC"><img src="http://feeds.feedburner.com/~f/gfxedit?i=e2b44sC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=otfBHUc"><img src="http://feeds.feedburner.com/~f/gfxedit?i=otfBHUc" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/199522603" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-231.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-231.html</feedburner:origLink></item>
		<item>
		<title>Internet-Sharing : 2 Column [Wordpress Theme]</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/92116224/internet-sharing-2-column-wordpress-theme.html</link>
		<comments>http://www.gfxedit.com/themes/wordpress/ported-themes/internet-sharing-2-column-wordpress-theme.html#comments</comments>
		<pubDate>Sat, 17 Feb 2007 16:33:55 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Ported Themes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/ported-themes/internet-sharing-2-column-wordpress-theme.html</guid>
		<description><![CDATA[Internet-Sharing, another professional theme by luka cvrk. Design looks like a professional corporate or directory integrated portal. It has a highlighted search area with navigation just above it more like Yahoo! ;) 
Tested on Internet Explorer 6 (Mac/Win), Firefox 2.0.0.1 (Mac/Win) &#038; Opera 9.10 (Mac/Win) and it seems to be working fine. 
Highlights / Notes

Automattic [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image56" style="float: right; padding: 4px; margin: 4px;" src="http://www.gfxedit.com/wp-content/uploads/2007/02/internet-sharing.gif" alt="Internet-Sharing : 2 Column [Wordpress Theme]" /><strong><a href="#">Internet-Sharing</a></strong>, another professional theme by <a target="_blank" href="http://www.solucija.com/">luka cvrk</a>. Design looks like a professional corporate or directory integrated portal. It has a highlighted search area with navigation just above it more like Yahoo! ;) </p>
<p>Tested on Internet Explorer 6 (Mac/Win), Firefox 2.0.0.1 (Mac/Win) &#038; Opera 9.10 (Mac/Win) and it seems to be working fine. </p>
<p><strong>Highlights / Notes</strong></p>
<ul>
<li>Automattic widget support</li>
<li>Custom edit from admin panel.</li>
<li>Supports Mozilla Firefox, Internet Explorer, Opera, Camino.</li>
<li>Use <strong>class=&#8221;articleimg&#8221;</strong> tag for images to appear on right , and <strong>class=&#8221;articleimgleft&#8221;</strong> tag for images to appear on left.</li>
<li><a title="Contact Us" href="http://www.gfxedit.com/contact-us/">Contact</a> <em>Sreejith</em> for any suggestions, modifications or help.</li>
</ul>
<p><strong>Download</strong> : <a title="Download" href="http://www.gfxedit.com/wp-themes/Internet-Sharing.zip">Internet-Sharing v1.0 Wordpress Theme</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=wZFUFyYk"><img src="http://feeds.feedburner.com/~f/gfxedit?i=wZFUFyYk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=Yct9CBdl"><img src="http://feeds.feedburner.com/~f/gfxedit?i=Yct9CBdl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=5ieMQ8l6"><img src="http://feeds.feedburner.com/~f/gfxedit?i=5ieMQ8l6" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/92116224"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/themes/wordpress/ported-themes/internet-sharing-2-column-wordpress-theme.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/themes/wordpress/ported-themes/internet-sharing-2-column-wordpress-theme.html</feedburner:origLink></item>
		<item>
		<title>Fixes for Wordpress 2.1 Ella</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/87041426/fixes-for-wordpress-21-ella.html</link>
		<comments>http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-21-ella.html#comments</comments>
		<pubDate>Tue, 06 Feb 2007 03:20:48 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Theme Fixes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-21-ella.html</guid>
		<description><![CDATA[Some of the themes are experiencing some errors in the codes after upgrading to wordpress 2.1 . The reason is wordpress has changed few codes like integrated links into category table. Unfortunately for some reason I will not be able to update all theme files on GFXedit.com for few days. So for the time being, [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the themes are experiencing some errors in the codes after upgrading to wordpress 2.1 . The reason is wordpress has changed few codes like integrated links into category table. Unfortunately for some reason I will not be able to update all theme files on GFXedit.com for few days. So for the time being, those <strong>who have the errors</strong> please correct it by changing this line &#8230; </p>
<p>Open the file where your links apear (most probably <strong>sidebar.php</strong>) and replace </p>
<blockquote><p>$link_cats = $wpdb-&gt;get_results(&rdquo;SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategories&rdquo;);</p></blockquote>
<p>with </p>
<blockquote><p>$link_cats = $wpdb-&gt;get_results(&rdquo;SELECT cat_id, cat_name FROM $wpdb-&gt;categories WHERE link_count!=&rsquo;0&prime;&rdquo;);</p></blockquote>
<p>Then replace </p>
<blockquote><p> &lt;?php wp_get_links($link_cat-&gt;cat_id); ?&gt;</p></blockquote>
<p>with </p>
<blockquote><p>&lt;?php get_links($link_cat-&gt;cat_id, &#8216;&lt;li&gt;&#8217;, &#8216;&lt;/li&gt;&#8217;, &#8216;&lt;br /&gt;&#8217;, FALSE, &#8216;id&#8217;, FALSE, TRUE, -1, TRUE); ?&gt;</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=RytR6yXk"><img src="http://feeds.feedburner.com/~f/gfxedit?i=RytR6yXk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=TypOKDYk"><img src="http://feeds.feedburner.com/~f/gfxedit?i=TypOKDYk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=tccykOEM"><img src="http://feeds.feedburner.com/~f/gfxedit?i=tccykOEM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/87041426"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-21-ella.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-21-ella.html</feedburner:origLink></item>
		<item>
		<title>Fixes coming up</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/81339006/fixes-coming-up.html</link>
		<comments>http://www.gfxedit.com/theme-fixes/fixes-coming-up.html#comments</comments>
		<pubDate>Thu, 25 Jan 2007 12:03:18 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Theme Fixes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/fixes-coming-up.html</guid>
		<description><![CDATA[Some of the themes are experiencing some errors in the codes after upgrading to wordpress 2.1 . The reason is wordpress has changed few codes like integrated links into category table. Unfortunately I am on a small vacation till Feb 4`th and will update the themes after that. 
Fixes here
Thanks for the patience !
- Sreejith [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the themes are experiencing some errors in the codes after upgrading to wordpress 2.1 . The reason is wordpress has changed few codes like integrated links into category table. <del datetime="2007-02-07T03:20:06+00:00">Unfortunately I am on a small vacation till Feb 4`th and will update the themes after that.</del> </p>
<h3><a href="http://www.gfxedit.com/theme-fixes/fixes-for-wordpress-21-ella.html">Fixes here</a></h3>
<p>Thanks for the patience !</p>
<p>- Sreejith R Krishnan</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=5KnUai8b"><img src="http://feeds.feedburner.com/~f/gfxedit?i=5KnUai8b" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=SNI25Of7"><img src="http://feeds.feedburner.com/~f/gfxedit?i=SNI25Of7" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=RLfEHN5F"><img src="http://feeds.feedburner.com/~f/gfxedit?i=RLfEHN5F" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/81339006"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/theme-fixes/fixes-coming-up.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/theme-fixes/fixes-coming-up.html</feedburner:origLink></item>
		<item>
		<title>Dark Ritual: 2 Column [Wordpress Theme]</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/50208851/dark-ritual-2-column-wordpress-theme.html</link>
		<comments>http://www.gfxedit.com/themes/wordpress/ported-themes/dark-ritual-2-column-wordpress-theme.html#comments</comments>
		<pubDate>Thu, 16 Nov 2006 18:03:16 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Ported Themes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/ported-themes/dark-ritual-2-column-wordpress-theme.html</guid>
		<description><![CDATA[Dark Ritual is a nicely done art by Viktor Persson. It was tested on Internet Explorer 6, Firefox 1.5.0.7 &#038; Opera 9 and it seems to be working fine everywhere.
Highlights / Notes

Automattic widget support
Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="articleimg" src="http://www.gfxedit.com/wp-content/uploads/2006/11/dark-ritual.jpg" alt="Dark Ritual: 2 Column [Wordpress Theme]" /><strong>Dark Ritual</strong> is a nicely done art by <a target="_blank" href="http://templates.arcsin.se/">Viktor Persson</a>. It was tested on Internet Explorer 6, Firefox 1.5.0.7 &#038; Opera 9 and it seems to be working fine everywhere.</p>
<p><strong>Highlights / Notes</strong></p>
<ul>
<li>Automattic widget support</li>
<li>Supports Mozilla Firefox, Internet Explorer, Opera, Camino.</li>
<li>Use <strong>class=”articleimg”</strong> tag for images to appear on right , and <strong>class=”articleimgleft”</strong> tag for images to appear on left.</li>
<li><a title="Contact Us" href="http://www.gfxedit.com/contact-us/">Contact</a> <em>Sreejith</em> for any suggestions, modifications or help.</li>
</ul>
<p><strong>Download</strong> : <a title="Download" href="http://www.gfxedit.com/wp-themes/Dark-Ritual.zip">Dark Ritual v1.0 Wordpress Theme</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=I320sj7v"><img src="http://feeds.feedburner.com/~f/gfxedit?i=I320sj7v" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=gAvnMAJe"><img src="http://feeds.feedburner.com/~f/gfxedit?i=gAvnMAJe" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=1I0o8IJr"><img src="http://feeds.feedburner.com/~f/gfxedit?i=1I0o8IJr" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/50208851"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/themes/wordpress/ported-themes/dark-ritual-2-column-wordpress-theme.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/themes/wordpress/ported-themes/dark-ritual-2-column-wordpress-theme.html</feedburner:origLink></item>
		<item>
		<title>Internet-Broadcast : 2 Column [Wordpress Theme]</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/46300062/internet-broadcast-2-column-wordpress-theme.html</link>
		<comments>http://www.gfxedit.com/themes/wordpress/ported-themes/internet-broadcast-2-column-wordpress-theme.html#comments</comments>
		<pubDate>Tue, 07 Nov 2006 18:49:43 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Ported Themes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/ported-themes/internet-broadcast-2-column-wordpress-theme.html</guid>
		<description><![CDATA[Internet-Broadcast is another corporate looking theme designed by Luka Cvrk, Solucija.com. This indeed would be a great Wordpress theme for news/media blogs. It was tested on Internet Explorer 6, Firefox 1.5.0.7 &#38; Opera 9 , where it seems to be working fine.
Highlights / Notes

Automattic widget support
Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
Fancy Open/Hide Sidebar Menu [...]]]></description>
			<content:encoded><![CDATA[<p><img class="articleimg" src="http://www.gfxedit.com/wp-content/uploads/2006/11/internet-broadcast.jpg" alt="Internet-Broadcast : 2 Column [Wordpress Theme]" /><strong>Internet-Broadcast</strong> is another corporate looking theme designed by Luka Cvrk, <a target="_blank" href="http://www.solucija.com/" title="Information Architecture and Web Design">Solucija.com</a>. This indeed would be a great Wordpress theme for news/media blogs. It was tested on Internet Explorer 6, Firefox 1.5.0.7 &amp; Opera 9 , where it seems to be working fine.</p>
<p><strong>Highlights / Notes</strong></p>
<ul>
<li>Automattic widget support</li>
<li>Supports Mozilla Firefox, Internet Explorer, Opera, Camino.</li>
<li>Fancy Open/Hide Sidebar Menu using <a target="_blank" href="http://moofx.mad4milk.net/">moo.fx</a> / Prototype</li>
<li>Three Highlight options which can be edited from admin panel.</li>
<li>Use <strong>class=”articleimg”</strong> tag for images to appear on right , and <strong>class=”articleimgleft”</strong> tag for images to appear on left.</li>
<li><a tip="Contact" href="http://www.gfxedit.com/contact-us/">Contact</a> <em>Sreejith</em> for any suggestions, modifications or help.</li>
</ul>
<p><strong>Download</strong> : <a title="Download" href="http://www.gfxedit.com/wp-themes/Internet-Broadcast.zip">Internet-Broadcast v1.0 Wordpress Theme</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=zGs3NB6X"><img src="http://feeds.feedburner.com/~f/gfxedit?i=zGs3NB6X" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=OTyCsr5D"><img src="http://feeds.feedburner.com/~f/gfxedit?i=OTyCsr5D" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=sFN1JwLk"><img src="http://feeds.feedburner.com/~f/gfxedit?i=sFN1JwLk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/46300062"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/themes/wordpress/ported-themes/internet-broadcast-2-column-wordpress-theme.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/themes/wordpress/ported-themes/internet-broadcast-2-column-wordpress-theme.html</feedburner:origLink></item>
		<item>
		<title>Buryy : 2 Column [Wordpress Theme]</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/41876793/buryy-2-column-wordpress-theme.html</link>
		<comments>http://www.gfxedit.com/themes/wordpress/ported-themes/buryy-2-column-wordpress-theme.html#comments</comments>
		<pubDate>Thu, 26 Oct 2006 13:51:02 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Ported Themes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/ported-themes/buryy-2-column-wordpress-theme.html</guid>
		<description><![CDATA[Buryy is a 2 column theme with a maroon color header and a simple white body layout with support of automattic&#8217;s theme widget. The design is by J David Macor.
It was tested on Internet Explorer 6, Firefox 1.5.0.7 &#038; Opera 9 and it seems to be working fine.
Notes:

Automattic widget support
Supports Mozilla Firefox, Internet Explorer, Opera, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="articleimg" src="http://www.gfxedit.com/wp-content/uploads/2006/10/buryy.jpg" alt="Buryy : 2 Column [Wordpress Theme]" /><strong>Buryy</strong> is a 2 column theme with a maroon color header and a simple white body layout with support of automattic&#8217;s theme widget. The design is by <a target="_blank" href="http://www.jdavidmacor.com/">J David Macor</a>.</p>
<p>It was tested on Internet Explorer 6, Firefox 1.5.0.7 &#038; Opera 9 and it seems to be working fine.</p>
<p><strong>Notes:</strong></p>
<ul>
<li>Automattic widget support</li>
<li>Supports Mozilla Firefox, Internet Explorer, Opera, Camino.</li>
<li>Use <strong>class=”articleimg”</strong> tag for images to appear on right , and <strong>class=”articleimgleft”</strong> tag for images to appear on left.</li>
<li><a href="http://www.gfxedit.com/contact-us/">Contact</a> &#8220;Sreejith&#8221; for any suggestions, modifications or help. :) </li>
</ul>
<p><strong>Download</strong> : <a title="Download" href="http://www.gfxedit.com/wp-themes/buryy.zip">Buryy v1.0 Wordpress Theme</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=tbm40cpZ"><img src="http://feeds.feedburner.com/~f/gfxedit?i=tbm40cpZ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=nAo68UOb"><img src="http://feeds.feedburner.com/~f/gfxedit?i=nAo68UOb" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=ksCavWMn"><img src="http://feeds.feedburner.com/~f/gfxedit?i=ksCavWMn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/41876793"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/themes/wordpress/ported-themes/buryy-2-column-wordpress-theme.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/themes/wordpress/ported-themes/buryy-2-column-wordpress-theme.html</feedburner:origLink></item>
		<item>
		<title>Grassy : 2 Column [Wordpress Theme]</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/41426195/grassy-2-column-wordpress-theme.html</link>
		<comments>http://www.gfxedit.com/themes/wordpress/ported-themes/grassy-2-column-wordpress-theme.html#comments</comments>
		<pubDate>Wed, 25 Oct 2006 16:06:44 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Ported Themes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/ported-themes/grassy-2-column-wordpress-theme.html</guid>
		<description><![CDATA[Grassy is greenish 2 column wordpress theme. Its originaly designed by Donny Burnside. Its simple/minimal theme with not much fancy stuffs. Its tested on Internet Explorer 6, Firefox 1.5.0.7 &#38; Opera 9 and it seems to be working fine everywhere.
Notes:

Automattic widget support
Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
Use class=”articleimg” tag for images to appear on [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image45" src="http://www.gfxedit.com/wp-content/uploads/2006/10/grassy.jpg" class="articleimg" alt="Grassy : 2 Column [Wordpress Theme]" />Grassy is greenish 2 column wordpress theme. Its originaly designed by <a target="_blank" href="http://www.ginger-ninja.net/">Donny Burnside</a>. Its simple/minimal theme with not much fancy stuffs. Its tested on Internet Explorer 6, Firefox 1.5.0.7 &amp; Opera 9 and it seems to be working fine everywhere.</p>
<p><strong>Notes:</strong></p>
<ul>
<li>Automattic widget support</li>
<li>Supports Mozilla Firefox, Internet Explorer, Opera, Camino.</li>
<li>Use <strong>class=”articleimg”</strong> tag for images to appear on right , and <strong>class=”articleimgleft”</strong> tag for images to appear on left.</li>
<li><a tip="Contact" href="http://www.gfxedit.com/contact-us/">Contact</a> <em>Sreejith</em> for any suggestions, modifications or help.</li>
</ul>
<p><strong>Download</strong> : <a title="Download" href="http://www.gfxedit.com/wp-themes/grassy.zip">Grassy v1.0 Wordpress Theme</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=UMZgBriX"><img src="http://feeds.feedburner.com/~f/gfxedit?i=UMZgBriX" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=hHn4e9BX"><img src="http://feeds.feedburner.com/~f/gfxedit?i=hHn4e9BX" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=ODXkwnm2"><img src="http://feeds.feedburner.com/~f/gfxedit?i=ODXkwnm2" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/41426195"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/themes/wordpress/ported-themes/grassy-2-column-wordpress-theme.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/themes/wordpress/ported-themes/grassy-2-column-wordpress-theme.html</feedburner:origLink></item>
		<item>
		<title>Didactic : 3 Column [Wordpress Theme]</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/40566979/didactic-3-column-wordpress-theme.html</link>
		<comments>http://www.gfxedit.com/themes/wordpress/ported-themes/didactic-3-column-wordpress-theme.html#comments</comments>
		<pubDate>Mon, 23 Oct 2006 15:24:47 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Ported Themes]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/ported-themes/didactic-3-column-wordpress-theme.html</guid>
		<description><![CDATA[Didactic is Dark/Grey colored 3 column wordpress theme with minimal use of images. Its originaly designed by Sadhana Ganapathiraju. The third right most column , though now has recent comments feature , you can ad advertisments like Google Ads to make the theme look more filled ;) . It was tested on Internet Explorer 6, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="articleimg" src="http://www.gfxedit.com/wp-content/uploads/2006/10/didactic1.jpg" alt="Didactic : 3 Column [Wordpress Theme]" /><strong>Didactic</strong> is Dark/Grey colored 3 column wordpress theme with minimal use of images. Its originaly designed by <a href="http://www.nikhedonia.com/" target="_blank" title="SimplyGold">Sadhana Ganapathiraju</a>. The third right most column , though now has recent comments feature , you can ad advertisments like Google Ads to make the theme look more filled ;) . It was tested on Internet Explorer 6, Firefox 1.5.0.7 &amp; Opera 9 and it seems to be working fine everywhere.</p>
<p>Notes:</p>
<ul>
<li>Automattic widget support</li>
<li>Supports Mozilla Firefox, Internet Explorer, Opera, Camino.</li>
<li>Use <strong>class=”articleimg”</strong> tag for images to appear on right , and <strong>class=”articleimgleft”</strong> tag for images to appear on left.</li>
<li><a title="Contact" href="http://www.gfxedit.com/contact-us/">Contact</a> <em>Sreejith</em> for any suggestions, modifications or help.</li>
</ul>
<p><strong>Download</strong> : <a title="Download" href="http://www.gfxedit.com/wp-themes/didactic.zip">Didactic v1.0 Wordpress Theme</a> (<a tip="" href="http://www.ae4r.com/wp-themes/didactic.zip">Mirror</a>)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=TNY8rHA6"><img src="http://feeds.feedburner.com/~f/gfxedit?i=TNY8rHA6" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=zOq7ty45"><img src="http://feeds.feedburner.com/~f/gfxedit?i=zOq7ty45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=EZ6adgi5"><img src="http://feeds.feedburner.com/~f/gfxedit?i=EZ6adgi5" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/40566979"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/themes/wordpress/ported-themes/didactic-3-column-wordpress-theme.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/themes/wordpress/ported-themes/didactic-3-column-wordpress-theme.html</feedburner:origLink></item>
		<item>
		<title>GFXedit.com gets Pagerank 6</title>
		<link>http://feeds.feedburner.com/~r/gfxedit/~3/38793772/gfxedit-com-gets-pagerank-6.html</link>
		<comments>http://www.gfxedit.com/site-news/gfxedit-com-gets-pagerank-6.html#comments</comments>
		<pubDate>Sat, 14 Oct 2006 07:07:16 +0000</pubDate>
		<dc:creator>Sreejith</dc:creator>
		
		<category><![CDATA[~ Site News]]></category>

		<guid isPermaLink="false">http://www.gfxedit.com/site-news/gfxedit-com-gets-pagerank-6.html</guid>
		<description><![CDATA[ Six months ago when the last Google PR update was going on, GFXedit.com was newly built but still it managed to get a Pagerank of 4.  But its far better this time, it now has Pagerank 6 .. so does the siggy maker . ;)
I had never tried any SEO methods or any [...]]]></description>
			<content:encoded><![CDATA[<p><img class="articleimgleft" src="http://www.gfxedit.com/wp-content/uploads/2006/10/google-pagerank-6.gif" alt="Google PageRank 6" /> Six months ago when the last Google PR <a href="http://www.sr-ultimate.com/2006/02/22/google-pagerank-updates-feb-05/">update</a> was going on, <strong>GFXedit.com</strong> was newly built but still it managed to get a Pagerank of <strong>4</strong>.  But its far better <a href="http://www.sr-ultimate.com/2006/10/10/google-pagerank-updates-septoct-05/">this time</a>, it now has <a target="_blank" href="http://www.ae4r.com/pagerank/?url=www.gfxedit.com">Pagerank 6</a> .. so does the <a target="_blank" href="http://siggymaker.gfxedit.com">siggy maker</a> . ;)</p>
<p>I had never tried any SEO methods or any extra advertisment for this, though I am greatful to the people using our themes. :) Thanks a lot !</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=VYjpurCg"><img src="http://feeds.feedburner.com/~f/gfxedit?i=VYjpurCg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=k6FWhxMJ"><img src="http://feeds.feedburner.com/~f/gfxedit?i=k6FWhxMJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=oyp0yFaS"><img src="http://feeds.feedburner.com/~f/gfxedit?i=oyp0yFaS" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/38793772"/>]]></content:encoded>
			<wfw:commentRss>http://www.gfxedit.com/site-news/gfxedit-com-gets-pagerank-6.html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gfxedit.com/site-news/gfxedit-com-gets-pagerank-6.html</feedburner:origLink></item>
	</channel>
</rss>
