<?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 Comments are closed</title>
		<link>http://www.kriesi.at/support/topic/remove-comments-are-closed</link>
		<description>Support Forum - Topic: remove Comments are closed</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 00:07:28 +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-comments-are-closed" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "remove Comments are closed"</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-are-closed#post-83466</link>
			<pubDate>Mon, 12 Nov 2012 15:09:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Make sure you copy it over exactly. The second bit of code should be the only thing between the comments like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--meta info--&#38;gt;
	        &#38;lt;div class=&#38;quot;blog-meta&#38;quot;&#38;gt;

			&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;

	         &#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webarts2011 on "remove Comments are closed"</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-are-closed#post-83200</link>
			<pubDate>Sat, 10 Nov 2012 09:29:40 +0000</pubDate>
			<dc:creator>webarts2011</dc:creator>
			<guid isPermaLink="false">83200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;its not working the template after that is broken !!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "remove Comments are closed"</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-are-closed#post-83041</link>
			<pubDate>Fri, 09 Nov 2012 14:30:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi webarts2011,&#60;/p&#62;
&#60;p&#62;You could try replacing the entire meta content with the title but it may need a bit of css cleanup. In includes&#38;gt;loop-index.php find:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;blog-meta&#38;quot;&#38;gt;

&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;date-container minor-meta&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d M Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;comment-container minor-meta&#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 Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)); ?&#38;gt;
					&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#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;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;blog-meta&#38;quot;&#38;gt;

				&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webarts2011 on "remove Comments are closed"</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-are-closed#post-82863</link>
			<pubDate>Thu, 08 Nov 2012 12:42:42 +0000</pubDate>
			<dc:creator>webarts2011</dc:creator>
			<guid isPermaLink="false">82863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for help &#60;/p&#62;
&#60;p&#62;Is it possible to replace the 09 Oct 2012 / Comments Off/ in Uncategorized/by weddingidea with the title of post in red area as the image&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://weddingideas.gr/title.png&#34; /&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "remove Comments are closed"</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-are-closed#post-82823</link>
			<pubDate>Thu, 08 Nov 2012 06:34:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-index.php and remove following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;comment-container minor-meta&#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 Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)); ?&#38;gt;
					&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then open up includes/comments.php and delete following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;?php _e( &#38;#39;Comments are closed.&#38;#39;, &#38;#39;avia_framework&#38;#39; ); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>webarts2011 on "remove Comments are closed"</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-are-closed#post-82726</link>
			<pubDate>Wed, 07 Nov 2012 17:48:58 +0000</pubDate>
			<dc:creator>webarts2011</dc:creator>
			<guid isPermaLink="false">82726@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is it possible to remove the title Comments are closed. &#38;amp; Comments Off&#60;/p&#62;
&#60;p&#62;as the image&#60;br /&#62;
&#60;img src=&#34;http://weddingideas.gr/comments.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Is it possible to replace the 09 Oct 2012 / Comments Off/ in Uncategorized/by weddingidea with the title of post in red area as the image&#60;br /&#62;
&#60;img src=&#34;http://weddingideas.gr/title.png&#34; /&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
