<?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: DarkPad WordPress Theme</title>
	<atom:link href="http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html</link>
	<description>Wordpress Themes</description>
	<lastBuildDate>Tue, 25 Mar 2008 22:13:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Blogtantra.com</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-24926</link>
		<dc:creator>Blogtantra.com</dc:creator>
		<pubDate>Wed, 22 Aug 2007 11:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-24926</guid>
		<description>i was searching for 3  column quite same like this...!!</description>
		<content:encoded><![CDATA[<p>i was searching for 3  column quite same like this&#8230;!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Spray</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-5027</link>
		<dc:creator>Steve Spray</dc:creator>
		<pubDate>Thu, 01 Feb 2007 20:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-5027</guid>
		<description>I&#039;ve been using the DarkPad 1.0 theme for a while and REALLY like it. I just upgraded WP 2.1 and I&#039;m getting an error, &quot;...error in your SQL syntax...&quot;.

I&#039;ve read it might be theme issue, so I thought I&#039;d check first with you before I panicked.

Thanks for a GREAT theme.

-Steve</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using the DarkPad 1.0 theme for a while and REALLY like it. I just upgraded WP 2.1 and I&#8217;m getting an error, &#8220;&#8230;error in your SQL syntax&#8230;&#8221;.</p>
<p>I&#8217;ve read it might be theme issue, so I thought I&#8217;d check first with you before I panicked.</p>
<p>Thanks for a GREAT theme.</p>
<p>-Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-4872</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 29 Jan 2007 18:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-4872</guid>
		<description>Also, one more change that doesnâ€™t fix an error but properly styles the Blogroll links. For design completists.

Line 30 CHANGE the function FROM:
wp_get_links($link_cat-&gt;cat_id);

Line 30 CHANGE the function TO:
get_links($link_cat-&gt;cat_id,â€&quot;,â€&quot;);

Now, the white diamonds will return (as Elizabeth Taylor would say!) and the text will be the proper size.

Cheers,
Adam</description>
		<content:encoded><![CDATA[<p>Also, one more change that doesnâ€™t fix an error but properly styles the Blogroll links. For design completists.</p>
<p>Line 30 CHANGE the function FROM:<br />
wp_get_links($link_cat-&gt;cat_id);</p>
<p>Line 30 CHANGE the function TO:<br />
get_links($link_cat-&gt;cat_id,â€&#8221;,â€&#8221;);</p>
<p>Now, the white diamonds will return (as Elizabeth Taylor would say!) and the text will be the proper size.</p>
<p>Cheers,<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-4871</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 29 Jan 2007 18:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-4871</guid>
		<description>I updated to WordPress 2.1 and there was a MySQL error in the sidebar in your DarkPad theme underneath Search. I use your theme, like it and corrected your query for the new database structure.

Line 23 changed in sidebar.php FROM:
$link_cats = $wpdb-&gt;get_results(â€SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategoriesâ€);

Changed TO:
$link_cats = $wpdb-&gt;get_results(â€SELECT cat_id, cat_name FROM $wpdb-&gt;categories WHERE link_count!=â€™0â€²â€);

I believe this problem is because link categories are now integrated into the main wp_categories table.

It works! No error. Wanted to share this with you and all other users of this excellent theme.

Cheers,
Adam</description>
		<content:encoded><![CDATA[<p>I updated to WordPress 2.1 and there was a MySQL error in the sidebar in your DarkPad theme underneath Search. I use your theme, like it and corrected your query for the new database structure.</p>
<p>Line 23 changed in sidebar.php FROM:<br />
$link_cats = $wpdb-&gt;get_results(â€SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategoriesâ€);</p>
<p>Changed TO:<br />
$link_cats = $wpdb-&gt;get_results(â€SELECT cat_id, cat_name FROM $wpdb-&gt;categories WHERE link_count!=â€™0â€²â€);</p>
<p>I believe this problem is because link categories are now integrated into the main wp_categories table.</p>
<p>It works! No error. Wanted to share this with you and all other users of this excellent theme.</p>
<p>Cheers,<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Escaflow</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-4648</link>
		<dc:creator>Escaflow</dc:creator>
		<pubDate>Wed, 24 Jan 2007 14:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-4648</guid>
		<description>Hi, after upgrade to WP 2.1 i resive follow error:

WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at line 1]
SELECT cat_id , cat_name FROM

any fixes?

regards</description>
		<content:encoded><![CDATA[<p>Hi, after upgrade to WP 2.1 i resive follow error:</p>
<p>WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]<br />
SELECT cat_id , cat_name FROM</p>
<p>any fixes?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McCue</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-4010</link>
		<dc:creator>Ryan McCue</dc:creator>
		<pubDate>Sun, 07 Jan 2007 09:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-4010</guid>
		<description>Ooops, check the source to see what I meant.</description>
		<content:encoded><![CDATA[<p>Ooops, check the source to see what I meant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McCue</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-4009</link>
		<dc:creator>Ryan McCue</dc:creator>
		<pubDate>Sun, 07 Jan 2007 09:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-4009</guid>
		<description>I&#039;m using it on my site and I have made a few adjustments like changing
&lt;code&gt;$before_title = &#039;&#039;;
$after_title = &#039;&#039;;&lt;/code&gt;
to
&lt;code&gt;$before_title = &#039;&#039;;
$after_title = &#039;&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m using it on my site and I have made a few adjustments like changing<br />
<code>$before_title = '';<br />
$after_title = '';</code><br />
to<br />
<code>$before_title = '';<br />
$after_title = '';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-3459</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 20 Dec 2006 21:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-3459</guid>
		<description>Hello and wonderful theme.  When I set pictures to &quot;LEFT&quot; (text-left) in Wordpress, I get a hanging image. It droops over the area the post is in. However when I turn it off, the post is back to normal.  How can I post text next to my pic without getting a hanging image?</description>
		<content:encoded><![CDATA[<p>Hello and wonderful theme.  When I set pictures to &#8220;LEFT&#8221; (text-left) in WordPress, I get a hanging image. It droops over the area the post is in. However when I turn it off, the post is back to normal.  How can I post text next to my pic without getting a hanging image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iulian</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-2492</link>
		<dc:creator>Iulian</dc:creator>
		<pubDate>Sat, 25 Nov 2006 14:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-2492</guid>
		<description>Please, how can I center more the theme ? I mean to have in the left more spacing. I&#039;m new to html and css, sorry if this sounds noob. I&#039;ve tried to edit style.css but I don&#039;t know exactly how should I do it. Thanks.</description>
		<content:encoded><![CDATA[<p>Please, how can I center more the theme ? I mean to have in the left more spacing. I&#8217;m new to html and css, sorry if this sounds noob. I&#8217;ve tried to edit style.css but I don&#8217;t know exactly how should I do it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreejith</title>
		<link>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html/comment-page-1#comment-2076</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Mon, 06 Nov 2006 08:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html#comment-2076</guid>
		<description>&lt;blockquote cite=&quot;&quot;&gt;I have looked and edited some of the CSS but canâ€™t find where to edit the post heading which I think are just a little too much in the face. Could you tell me where to edit please?&lt;/blockquote&gt;

&lt;strong&gt;.content h2 a, .content h2 a:visited {
  color: #000000;
 text-decoration: none;
}&lt;/strong&gt;

Inside the above tag. :)</description>
		<content:encoded><![CDATA[<blockquote cite=""><p>I have looked and edited some of the CSS but canâ€™t find where to edit the post heading which I think are just a little too much in the face. Could you tell me where to edit please?</p></blockquote>
<p><strong>.content h2 a, .content h2 a:visited {<br />
  color: #000000;<br />
 text-decoration: none;<br />
}</strong></p>
<p>Inside the above tag. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

