<?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: Post News</title>
	<atom:link href="http://newwpthemes.com/wordpress-theme/post-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://newwpthemes.com/wordpress-theme/post-news/</link>
	<description>New and Fresh Free WordPress Themes</description>
	<lastBuildDate>Mon, 22 Feb 2010 17:10:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hakan</title>
		<link>http://newwpthemes.com/wordpress-theme/post-news/comment-page-1/#comment-920</link>
		<dc:creator>hakan</dc:creator>
		<pubDate>Sun, 25 Oct 2009 16:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://newwpthemes.com/?p=76#comment-920</guid>
		<description>hi, i am hakan from turkey. i use new post wordpress template on my blog( www.bestofblogger.net). my problem is, i wanna do my template columns 3 equal columns (as CSS). how can i do that?

pls help me, i wanna do columns equal</description>
		<content:encoded><![CDATA[<p>hi, i am hakan from turkey. i use new post wordpress template on my blog( <a href="http://www.bestofblogger.net" rel="nofollow">http://www.bestofblogger.net</a>). my problem is, i wanna do my template columns 3 equal columns (as CSS). how can i do that?</p>
<p>pls help me, i wanna do columns equal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://newwpthemes.com/wordpress-theme/post-news/comment-page-1/#comment-524</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Sep 2009 04:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://newwpthemes.com/?p=76#comment-524</guid>
		<description>@Joel, the comments count are shown when browsing categories (after content) You can use the snippet in archive.php and add it to date line on index.php
You can try this: 
Open index.php
Find:
&lt;code&gt;&lt;div class=&quot;postdate&quot;&gt;&lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/date.png&quot; /&gt; &lt;?php the_time(&#039;F jS, Y&#039;) ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/user.png&quot; /&gt; &lt;?php the_author() ?&gt; &lt;?php if (current_user_can(&#039;edit_post&#039;, $post-&gt;ID)) { ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/edit.png&quot; /&gt; &lt;?php edit_post_link(&#039;Edit&#039;, &#039;&#039;, &#039;&#039;); } ?&gt;&lt;/div&gt;&lt;/code&gt;

Replace with:

&lt;code&gt;&lt;div class=&quot;postdate&quot;&gt;&lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/date.png&quot; /&gt; &lt;?php the_time(&#039;F jS, Y&#039;) ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/user.png&quot; /&gt; &lt;?php the_author() ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/comments.png&quot; /&gt; &lt;?php comments_popup_link(&#039;No Comments &#187;&#039;, &#039;1 Comment &#187;&#039;, &#039;% Comments &#187;&#039;); ?&gt; &lt;?php if (current_user_can(&#039;edit_post&#039;, $post-&gt;ID)) { ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/edit.png&quot; /&gt; &lt;?php edit_post_link(&#039;Edit&#039;, &#039;&#039;, &#039;&#039;); } ?&gt;&lt;/div&gt;&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>@Joel, the comments count are shown when browsing categories (after content) You can use the snippet in archive.php and add it to date line on index.php<br />
You can try this:<br />
Open index.php<br />
Find:<br />
<code>&lt;div class=&quot;postdate&quot;&gt;&lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/date.png&quot; /&gt; &lt;?php the_time(&#039;F jS, Y&#039;) ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/user.png&quot; /&gt; &lt;?php the_author() ?&gt; &lt;?php if (current_user_can(&#039;edit_post&#039;, $post-&gt;ID)) { ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/edit.png&quot; /&gt; &lt;?php edit_post_link(&#039;Edit&#039;, &#039;&#039;, &#039;&#039;); } ?&gt;&lt;/div&gt;</code></p>
<p>Replace with:</p>
<p><code>&lt;div class=&quot;postdate&quot;&gt;&lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/date.png&quot; /&gt; &lt;?php the_time(&#039;F jS, Y&#039;) ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/user.png&quot; /&gt; &lt;?php the_author() ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/comments.png&quot; /&gt; &lt;?php comments_popup_link(&#039;No Comments &amp;#187;&#039;, &#039;1 Comment &amp;#187;&#039;, &#039;% Comments &amp;#187;&#039;); ?&gt; &lt;?php if (current_user_can(&#039;edit_post&#039;, $post-&gt;ID)) { ?&gt; &lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/images/edit.png&quot; /&gt; &lt;?php edit_post_link(&#039;Edit&#039;, &#039;&#039;, &#039;&#039;); } ?&gt;&lt;/div&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://newwpthemes.com/wordpress-theme/post-news/comment-page-1/#comment-501</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://newwpthemes.com/?p=76#comment-501</guid>
		<description>Love the theme! Is there a way to insert a &quot;# comments&quot; link into each post&#039;s date line?</description>
		<content:encoded><![CDATA[<p>Love the theme! Is there a way to insert a &#8220;# comments&#8221; link into each post&#8217;s date line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
