<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Remove Post info</title>
		<link>http://www.kriesi.at/support/topic/remove-post-info</link>
		<description>Support Forum - Topic: Remove Post info</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:52:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/remove-post-info" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-5011</link>
			<pubDate>Fri, 17 Sep 2010 08:34:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jabadabadu on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-5001</link>
			<pubDate>Fri, 17 Sep 2010 07:05:30 +0000</pubDate>
			<dc:creator>jabadabadu</dc:creator>
			<guid isPermaLink="false">5001@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;thanks! Perfect :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-4989</link>
			<pubDate>Fri, 17 Sep 2010 05:56:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to remove following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;meta&#38;quot; id=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(__(&#38;#39;No Responses&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;One Response&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Responses&#38;#39;,&#38;#39;avisio&#38;#39;) );?&#38;gt;
&#38;lt;?php _e(&#38;#39;to&#38;#39;,&#38;#39;avisio&#38;#39;); ?&#38;gt; “&#38;lt;?php the_title(); ?&#38;gt;”&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or if you've already removed the code James mentioned above only this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php _e(&#38;#39;to&#38;#39;,&#38;#39;avisio&#38;#39;); ?&#38;gt; “&#38;lt;?php the_title(); ?&#38;gt;”&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;from comments.php.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jabadabadu on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-4979</link>
			<pubDate>Fri, 17 Sep 2010 02:45:34 +0000</pubDate>
			<dc:creator>jabadabadu</dc:creator>
			<guid isPermaLink="false">4979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey James,&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;&#34;No Responses&#34; is out, but it still displays &#34;to postname&#34; afterward (postname being the actual postname, not the word postname). So before it was &#34;No Responses to postname&#34;, and now it is &#34;to postname&#34;. How can I take out that &#34;to postname&#34; too?&#60;/p&#62;
&#60;p&#62;(I don't mind if it is taken out for completely, so even if there are comments, it's fine if there is just &#34;3 Responses&#34; instead of &#34;3 Responses to postname&#34;).&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-4927</link>
			<pubDate>Thu, 16 Sep 2010 13:54:09 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Sorry I made a mistake with the previous code for number 2 above, instead of replacing the text with:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;meta&#38;quot; id=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(&#38;#39;&#38;#39;), __(&#38;#39;One Response&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Responses&#38;#39;,&#38;#39;avisio&#38;#39;) );?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;use:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;meta&#38;quot; id=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(__(&#38;#39;&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;One Response&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Responses&#38;#39;,&#38;#39;avisio&#38;#39;) );?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I have also corrected the code above.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jabadabadu on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-4887</link>
			<pubDate>Thu, 16 Sep 2010 08:49:44 +0000</pubDate>
			<dc:creator>jabadabadu</dc:creator>
			<guid isPermaLink="false">4887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;all of this worked for me, but only when I replaced &#38;lt;span class=&#34;meta&#34; id=&#34;comments&#34;&#38;gt;&#38;lt;?php comments_number(__('No Responses','avisio'), __('One Response','avisio'), __('% Responses','avisio') );?&#38;gt; &#60;/p&#62;
&#60;p&#62;and inserted instead: &#60;/p&#62;
&#60;p&#62;&#38;lt;span class=&#34;meta&#34; id=&#34;comments&#34;&#38;gt;&#38;lt;?php comments_number(''), __('One Response','avisio'), __('% Responses','avisio') );?&#38;gt;&#60;/p&#62;
&#60;p&#62;It screwed up my single post files, because when I load it, it loads the post, and in the comments section it then shows: &#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected ',' in yaddayadda/wp-content/themes/avisio/comments.php on line 32&#60;/p&#62;
&#60;p&#62;line 32 is exactly where the new code is pasted :-)&#60;/p&#62;
&#60;p&#62;How to fix it?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-1168</link>
			<pubDate>Wed, 28 Jul 2010 13:12:10 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There are a few places you need to make edits to the theme:&#60;/p&#62;
&#60;p&#62;1.) Open up archive.php, find and remove this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-head&#38;quot;&#38;gt;
				&#38;lt;?php
				$category = get_the_category();
				if(isset($category[0]-&#38;gt;cat_name) &#124;&#124; $terms != &#38;#39;&#38;#39;){
				?&#38;gt;
				&#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Posted in: &#38;#39;, &#38;#39;avisio&#38;#39;); the_category(&#38;#39;, &#38;#39;); echo $terms; ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;limit&#38;#39;&#38;gt;-&#38;lt;/span&#38;gt;&#38;lt;?php } ?&#38;gt;
					&#38;lt;span class=&#38;quot;date&#38;quot;&#38;gt;&#38;lt;?php the_time(&#38;#39;M d, Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) Open up comments.php, find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;meta&#38;quot; id=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(__(&#38;#39;No Responses&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;One Response&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Responses&#38;#39;,&#38;#39;avisio&#38;#39;) );?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and replace it with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;meta&#38;quot; id=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(__(&#38;#39;&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;One Response&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Responses&#38;#39;,&#38;#39;avisio&#38;#39;) );?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, find and delete this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php else : // comments are closed ?&#38;gt;
		&#38;lt;!-- If comments are closed. --&#38;gt;
		&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Comments are closed.&#38;#39;,&#38;#39;avisio&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3.) Open up single.php, find and delete this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-head&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Posted in: &#38;#39;, &#38;#39;avisio&#38;#39;); the_category(&#38;#39;, &#38;#39;); echo $terms; ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;limit&#38;#39;&#38;gt;-&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;quot;date&#38;quot;&#38;gt;&#38;lt;?php the_time(&#38;#39;M d, Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;quot;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;avisio&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if you see comments / meta data on the site after completing these steps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luchitocapo on "Remove Post info"</title>
			<link>http://www.kriesi.at/support/topic/remove-post-info#post-1090</link>
			<pubDate>Tue, 27 Jul 2010 19:40:22 +0000</pubDate>
			<dc:creator>luchitocapo</dc:creator>
			<guid isPermaLink="false">1090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, first of all I wanted to congratulate you for the great work in this template. I need help removing from view the information about a post such as date, category and at the bottom where it says comments are off/closed.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
