<?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: WPElegance 2 Column WordPress Theme</title>
	<atom:link href="http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/</link>
	<description>Wordpress themes for everyone (wordpress 3.0 compliant)</description>
	<lastBuildDate>Mon, 09 Aug 2010 05:12:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sri</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-543</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-543</guid>
		<description>Hi, 

Thank you very much for sharing this quality theme for free. We had been toying with a few designs and settled on WPElegance and our site now has a neat, professional look. 

Best regards, 
Sri.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thank you very much for sharing this quality theme for free. We had been toying with a few designs and settled on WPElegance and our site now has a neat, professional look. </p>
<p>Best regards,<br />
Sri.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shell</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-334</link>
		<dc:creator>Shell</dc:creator>
		<pubDate>Mon, 16 Nov 2009 13:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-334</guid>
		<description>Hi,
I like your theme alot. I am trying to customize it to be a 3 column theme. I have shortened the side bar, created a left-side bar, copied all the relevant functions.
But it doesn&#039;t work!
I dont know what to try next?
Any tips?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I like your theme alot. I am trying to customize it to be a 3 column theme. I have shortened the side bar, created a left-side bar, copied all the relevant functions.<br />
But it doesn&#8217;t work!<br />
I dont know what to try next?<br />
Any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: topofbusiness</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-239</link>
		<dc:creator>topofbusiness</dc:creator>
		<pubDate>Wed, 21 Oct 2009 13:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-239</guid>
		<description>Nice disign. Thanks for shared nice Theme.</description>
		<content:encoded><![CDATA[<p>Nice disign. Thanks for shared nice Theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajat Gupta</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-162</link>
		<dc:creator>Rajat Gupta</dc:creator>
		<pubDate>Mon, 28 Sep 2009 23:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-162</guid>
		<description>Hey....
There is another problem am facing......
There is no option for commenting on pages :((
Please solve this prob in your next update...
Over all its a great theme</description>
		<content:encoded><![CDATA[<p>Hey&#8230;.<br />
There is another problem am facing&#8230;&#8230;<br />
There is no option for commenting on pages <img src='http://free-wp-themes.techblissonline.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (<br />
Please solve this prob in your next update&#8230;<br />
Over all its a great theme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kudaibergen</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-160</link>
		<dc:creator>kudaibergen</dc:creator>
		<pubDate>Sun, 27 Sep 2009 05:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-160</guid>
		<description>Good theme, I use it for the site of one of college! Thank you!</description>
		<content:encoded><![CDATA[<p>Good theme, I use it for the site of one of college! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-157</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 22 Sep 2009 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-157</guid>
		<description>Guess you are using an older version of PHP. 

Here is the fix:

Replace line 429 in functions.php of the theme i.e.
$comments_by_type = &amp;separate_comments(get_comments(&#039;post_id=&#039; . $id));

with these two lines and save:

$comments_for_post = get_comments(&#039;post_id=&#039; . $id);
$comments_by_type = &amp;separate_comments($comments_for_post);

&lt;strong&gt;Note:&lt;/strong&gt; Don&#039;t copy paste the code as is.The single quotes in the code may get messed up. Either type the whole code or copy paste the code and then use the right single quotes, wherever applicable.</description>
		<content:encoded><![CDATA[<p>Guess you are using an older version of PHP. </p>
<p>Here is the fix:</p>
<p>Replace line 429 in functions.php of the theme i.e.<br />
$comments_by_type = &#038;separate_comments(get_comments(&#8216;post_id=&#8217; . $id));</p>
<p>with these two lines and save:</p>
<p>$comments_for_post = get_comments(&#8216;post_id=&#8217; . $id);<br />
$comments_by_type = &#038;separate_comments($comments_for_post);</p>
<p><strong>Note:</strong> Don&#8217;t copy paste the code as is.The single quotes in the code may get messed up. Either type the whole code or copy paste the code and then use the right single quotes, wherever applicable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudi</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-150</link>
		<dc:creator>rudi</dc:creator>
		<pubDate>Sat, 12 Sep 2009 21:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-150</guid>
		<description>Good Theme, white, clear &amp; elegant. Nice job bro.. Thanks for sharing</description>
		<content:encoded><![CDATA[<p>Good Theme, white, clear &amp; elegant. Nice job bro.. Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeeps</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-149</link>
		<dc:creator>jeeps</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-149</guid>
		<description>Hello,
I am getting an error when a post is displayed, and on the home page.  Pages don&#039;t seem to be effected by this error, as it doesn&#039;t appear. (I have made the error message generic)

Fatal error: Only variables can be passed by reference in /home/account/public_html/website.com/blog/wp-content/themes/wpelegance2col/functions.php on line 429</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am getting an error when a post is displayed, and on the home page.  Pages don&#8217;t seem to be effected by this error, as it doesn&#8217;t appear. (I have made the error message generic)</p>
<p>Fatal error: Only variables can be passed by reference in /home/account/public_html/website.com/blog/wp-content/themes/wpelegance2col/functions.php on line 429</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-84</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Jun 2009 16:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-84</guid>
		<description>The problem is with jquey. WP hasn’t included the latest ones. They should have included jquery1.3.2 and related ones…I am waiting for wordpress to fix these in the next release that is expected soon as wp 2.8 is having a lot of jquery issues…</description>
		<content:encoded><![CDATA[<p>The problem is with jquey. WP hasn’t included the latest ones. They should have included jquery1.3.2 and related ones…I am waiting for wordpress to fix these in the next release that is expected soon as wp 2.8 is having a lot of jquery issues…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toni</title>
		<link>http://free-wp-themes.techblissonline.com/wpelegance-2-column-wordpress-theme/#comment-74</link>
		<dc:creator>toni</dc:creator>
		<pubDate>Fri, 12 Jun 2009 01:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://free-wp-themes.techblissonline.com/?p=40#comment-74</guid>
		<description>Great theme, thank you! I installed this theme for a friend, and she loves it as well. However, the feature post section isn&#039;t working as expected. Instead of appearing in the featured box, the first feature post is in the box and the rest of the posts are posted below it over top of the regular blog entries. Basically they aren&#039;t working within the box and they don&#039;t slide when you press the arrows. We haven&#039;t touched any of the files at all, simply installed the theme and set two test posts to feature. It&#039;s a brand new install, so there are no additional frills yet. Any ideas on how to fix this?

Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Great theme, thank you! I installed this theme for a friend, and she loves it as well. However, the feature post section isn&#8217;t working as expected. Instead of appearing in the featured box, the first feature post is in the box and the rest of the posts are posted below it over top of the regular blog entries. Basically they aren&#8217;t working within the box and they don&#8217;t slide when you press the arrows. We haven&#8217;t touched any of the files at all, simply installed the theme and set two test posts to feature. It&#8217;s a brand new install, so there are no additional frills yet. Any ideas on how to fix this?</p>
<p>Thanks for your time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

