<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 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>Sun, 11 Jan 2009 10:22:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/gfxedit" type="application/rss+xml" /><feedburner:emailServiceId>gfxedit</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.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><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Fixes for Wordpress 2.3.1</title>
		<link>http://feedproxy.google.com/~r/gfxedit/~3/bWCpiGDjS7Y/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=sAf25mQm"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=6V2irM93"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=od1fj2xr"><img src="http://feeds.feedburner.com/~f/gfxedit?i=od1fj2xr" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/bWCpiGDjS7Y" 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://feedproxy.google.com/~r/gfxedit/~3/YqtYjIIkhLo/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>

		<category><![CDATA[Ported]]></category>

		<category><![CDATA[Wordpress 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><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>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=oGJpRmJH"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=bQswE5Hb"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=Kr2Xwnmf"><img src="http://feeds.feedburner.com/~f/gfxedit?i=Kr2Xwnmf" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/YqtYjIIkhLo" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/4oneCmICHLo/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=tTWhkAbn"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=1DWVwmhR"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=71xaCvMR"><img src="http://feeds.feedburner.com/~f/gfxedit?i=71xaCvMR" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/4oneCmICHLo" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/YypY2iKvTKY/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=vMqaG8D9"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=mvfHablV"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=oimpIh95"><img src="http://feeds.feedburner.com/~f/gfxedit?i=oimpIh95" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/YypY2iKvTKY" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/qOOMl_ySz3g/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>

		<category><![CDATA[Ported]]></category>

		<category><![CDATA[Wordpress 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=&#8221;articleimg&#8221; tag for images to appear on right , and class=&#8221;articleimgleft&#8221; tag for images to [...]]]></description>
			<content:encoded><![CDATA[<p><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=&#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>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gfxedit?a=GTIO4ObM"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=RDcrMYEm"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=ioB7msFw"><img src="http://feeds.feedburner.com/~f/gfxedit?i=ioB7msFw" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/qOOMl_ySz3g" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/IjiD5mDortE/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=CRLANhvW"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=u3QfSwZa"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=hkLiuJLd"><img src="http://feeds.feedburner.com/~f/gfxedit?i=hkLiuJLd" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/IjiD5mDortE" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/V_3QZ8BJKnA/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=IUtSqFDn"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=pT8fzQlK"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=xEQyflAQ"><img src="http://feeds.feedburner.com/~f/gfxedit?i=xEQyflAQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/V_3QZ8BJKnA" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/n79hZRb9NqU/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=lLQOuFFD"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=MVBwqF30"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=SqtwDlEm"><img src="http://feeds.feedburner.com/~f/gfxedit?i=SqtwDlEm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/n79hZRb9NqU" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/iU0av5Jlo0I/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=dy2dFzQu"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=0sci9rcx"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=qzdKoABd"><img src="http://feeds.feedburner.com/~f/gfxedit?i=qzdKoABd" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/iU0av5Jlo0I" height="1" width="1"/>]]></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://feedproxy.google.com/~r/gfxedit/~3/xL2uClyeqhM/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=hfBh49Fm"><img src="http://feeds.feedburner.com/~f/gfxedit?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=QQpZkei6"><img src="http://feeds.feedburner.com/~f/gfxedit?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gfxedit?a=Sfr8zI2r"><img src="http://feeds.feedburner.com/~f/gfxedit?i=Sfr8zI2r" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gfxedit/~4/xL2uClyeqhM" height="1" width="1"/>]]></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>
