<?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 - Tag: comment count - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/comment-count</link>
		<description>Support Forum - Tag: comment count - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:03:05 +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/tags/comment-count" rel="self" type="application/rss+xml" />

		<item>
			<title>giabardo on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-110818</link>
			<pubDate>Mon, 13 May 2013 07:56:18 +0000</pubDate>
			<dc:creator>giabardo</dc:creator>
			<guid isPermaLink="false">110818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude! It worked out-
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Comments are closed... how do I increase comment count  to then remove this?"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-how-do-i-increase-comment-count-to-then-remove-this#post-109568</link>
			<pubDate>Tue, 07 May 2013 22:24:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I don't think there is a limit on comments for posts. Check your settings on Settings &#38;gt; Discussions. Maybe a user needs to be logged in before he can post a comment.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terryhoulding on "Comments are closed... how do I increase comment count  to then remove this?"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-how-do-i-increase-comment-count-to-then-remove-this#post-109558</link>
			<pubDate>Tue, 07 May 2013 21:47:59 +0000</pubDate>
			<dc:creator>terryhoulding</dc:creator>
			<guid isPermaLink="false">109558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Ive seen a few posts on this issue but the majority just request/ detail how to remove the 'Comments Closed' tex&#60;/p&#62;
&#60;p&#62;We want to increase the number of comments allowed on the post. On the comments tab in the dashboard weve increased the count. None of the discussion tab settings are checked which would limit post count.&#60;br /&#62;
Is there something that Im missing to increase the number of comments allowed?&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;/p&#62;
&#60;p&#62;Terry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-109428</link>
			<pubDate>Tue, 07 May 2013 06:17:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Open up wp-content\themes\angular\includes\format-standard.php and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;blog-inner-meta extralight-border&#38;#39;&#38;gt;

					&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php
						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						?&#38;gt;

						&#38;lt;?php
						$cats = get_the_category();

						if(!empty($cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

						if($portfolio_cats &#38;amp;&#38;amp; !is_object($portfolio_cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							echo $portfolio_cats;
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#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 single.php and delete&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
					comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Open up header.php and delete&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;	&#38;lt;li class=&#38;quot;rss&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;#39;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giabardo on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-109194</link>
			<pubDate>Mon, 06 May 2013 11:11:32 +0000</pubDate>
			<dc:creator>giabardo</dc:creator>
			<guid isPermaLink="false">109194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, Hi have installed Angular on &#60;a href=&#34;http://www.dossofiorito.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dossofiorito.com&#60;/a&#62;&#60;br /&#62;
I would like to do 3 customization:&#60;/p&#62;
&#60;p&#62;1. remove the comment/ categories/author  from the top part of my posts. I would also like to remove the pen icon on the left&#60;br /&#62;
&#60;a href=&#34;http://www.dossofiorito.com/lightscape-press-kit/&#34; rel=&#34;nofollow&#34;&#62;http://www.dossofiorito.com/lightscape-press-kit/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. Remove the comment/pingback section at the bottom of the posts&#60;/p&#62;
&#60;p&#62;3. I would like to be able to remove the RSS icon from the header.&#60;/p&#62;
&#60;p&#62;Tried to look in the threads but could't find a solution that worhed here. I have digged into the various .psp an css but with no luck...I need some direction please&#60;/p&#62;
&#60;p&#62;g.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-34674</link>
			<pubDate>Mon, 12 Dec 2011 13:13:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dkcDMD on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-34664</link>
			<pubDate>Mon, 12 Dec 2011 11:13:03 +0000</pubDate>
			<dc:creator>dkcDMD</dc:creator>
			<guid isPermaLink="false">34664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works GREAT! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-34226</link>
			<pubDate>Thu, 08 Dec 2011 10:07:04 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">34226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That meta-wrap tip is cool. Thanks! Half the job is actually knowing what all these different classes are called, so you can fiddle with their css.&#60;/p&#62;
&#60;p&#62;I think the comment count also appears in loop-search.php, loop-archive.php and loop-single.php. I was changing it myself the other day.&#60;/p&#62;
&#60;p&#62;rich
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-34190</link>
			<pubDate>Thu, 08 Dec 2011 03:42:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">34190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
in your custom.css you can add&#60;br /&#62;
&#60;code&#62;.minor-meta-wrap{display:none;}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dkcDMD on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-34131</link>
			<pubDate>Wed, 07 Dec 2011 10:43:30 +0000</pubDate>
			<dc:creator>dkcDMD</dc:creator>
			<guid isPermaLink="false">34131@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, this worked great :) Ok, continuing on since now she wants some other stuff ... where do I remove the categories found in and the associated tags from the same areas? She doesn't want to remove tags or categories altogether -- just doesn't want them displayed under the individual post titles leaving only the date &#38;amp; author info displayed. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-30601</link>
			<pubDate>Thu, 27 Oct 2011 09:12:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the loop-index.php file can be found in the folder &#34;includes&#34; - the complete path is shoutbox/includes/loop-index.php. Maybe you need to use a ftp software to download/upload this file. Search for following code to remove the comments count:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
					&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dkcDMD on "removing comment count in Shoutbox"</title>
			<link>http://www.kriesi.at/support/topic/removing-comment-count-in-shoutbox#post-30590</link>
			<pubDate>Thu, 27 Oct 2011 07:56:54 +0000</pubDate>
			<dc:creator>dkcDMD</dc:creator>
			<guid isPermaLink="false">30590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I need to remove the comment count from the Shoutbox theme as well. I found this thread for the Brightbox theme:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/removing-the-comment-count-under-date-on-blog-posts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I do not find a loop-index.php within the Shoutbox files. So, how is this accomplished with the SB theme?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Deb
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
