<?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: Footer, Post Categories, &#38; Title Colors</title>
		<link>http://www.kriesi.at/support/topic/footer-post-categories-title-colors</link>
		<description>Support Forum - Topic: Footer, Post Categories, &amp; Title Colors</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 17:43:46 +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/footer-post-categories-title-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Footer, Post Categories, &#38; Title Colors"</title>
			<link>http://www.kriesi.at/support/topic/footer-post-categories-title-colors#post-15624</link>
			<pubDate>Fri, 25 Mar 2011 05:59:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
No. 3) in my post above tells you how to reduce the footer columns (from 4 to 3)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>obolodo12345 on "Footer, Post Categories, &#38; Title Colors"</title>
			<link>http://www.kriesi.at/support/topic/footer-post-categories-title-colors#post-15552</link>
			<pubDate>Wed, 23 Mar 2011 22:13:12 +0000</pubDate>
			<dc:creator>obolodo12345</dc:creator>
			<guid isPermaLink="false">15552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the question and the instructions provided. I'd also like to modify the footer, but would like to feature 3 columns.  Can you tell me what modifications need to be made to the instructions you've provided above?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer, Post Categories, &#38; Title Colors"</title>
			<link>http://www.kriesi.at/support/topic/footer-post-categories-title-colors#post-15290</link>
			<pubDate>Mon, 21 Mar 2011 06:13:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Yes - open up single.php and archive.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;date_container&#38;quot;&#38;gt;
   				&#38;lt;span class=&#38;#39;day&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;year&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;?php if($k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;) { ?&#38;gt;
   				&#38;lt;div class=&#38;quot;tweetmeme&#38;quot;&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
						tweetmeme_source = &#38;#39;&#38;lt;?php echo $k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;]; ?&#38;gt;&#38;#39;;
						tweetmeme_url = &#38;#39;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;#39;;
 					&#38;lt;/script&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://tweetmeme.com/i/scripts/button.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
				&#38;lt;/div&#38;gt;
				&#38;lt;?php } ?&#38;gt;
   				&#38;lt;span class=&#38;#39;date_container_bottom&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!-- end date --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(is_category() != &#38;#39;20,30&#38;#39;) { ?&#38;gt;
&#38;lt;div class=&#38;quot;date_container&#38;quot;&#38;gt;
   				&#38;lt;span class=&#38;#39;day&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;year&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;?php if($k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;) { ?&#38;gt;
   				&#38;lt;div class=&#38;quot;tweetmeme&#38;quot;&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
						tweetmeme_source = &#38;#39;&#38;lt;?php echo $k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;]; ?&#38;gt;&#38;#39;;
						tweetmeme_url = &#38;#39;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;#39;;
 					&#38;lt;/script&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://tweetmeme.com/i/scripts/button.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
				&#38;lt;/div&#38;gt;
				&#38;lt;?php } ?&#38;gt;
   				&#38;lt;span class=&#38;#39;date_container_bottom&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!-- end date --&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of 20,30 fill in the ids of the categories where you want to remove the date container.&#60;/p&#62;
&#60;p&#62;2) Open up single.php and archive.php amnd replace:&#60;br /&#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;comments&#38;quot;&#38;gt;&#38;lt;?php comments_popup_link(__(&#38;#39;No Comments&#38;#39;,&#38;#39;habitat&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;habitat&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;habitat&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
			    &#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;); echo $terms; ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(is_category() != &#38;#39;20,30&#38;#39;) { ?&#38;gt;
			&#38;lt;div class=&#38;quot;entry-head&#38;quot;&#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;habitat&#38;#39;), __(&#38;#39;1 Comment&#38;#39;,&#38;#39;habitat&#38;#39;), __(&#38;#39;% Comments&#38;#39;,&#38;#39;habitat&#38;#39;)); ?&#38;gt;&#38;lt;/span&#38;gt;
			    &#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;); echo $terms; ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of 20,30 fill in the ids of the categories where you want to remove the meta data.&#60;/p&#62;
&#60;p&#62;3) Yes - in footer.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($columns == 4){$last = &#38;quot;last&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($columns == 3){$last = &#38;quot;last&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in sidebar_footer,php (located in the folder theme_options.php) replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] = array(&#38;#39;left&#38;#39;,&#38;#39;center&#38;#39;,&#38;#39;right&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] = array(&#38;#39;left&#38;#39;,&#38;#39;center&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Brocktoon1 on "Footer, Post Categories, &#38; Title Colors"</title>
			<link>http://www.kriesi.at/support/topic/footer-post-categories-title-colors#post-15221</link>
			<pubDate>Sun, 20 Mar 2011 01:54:18 +0000</pubDate>
			<dc:creator>Brocktoon1</dc:creator>
			<guid isPermaLink="false">15221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I would greatly appreciate help with the following Habitat issues:&#60;/p&#62;
&#60;p&#62;Is it possible to remove the date container for a specific post category?&#60;/p&#62;
&#60;p&#62;Is it possible to remove the &#34;no comments&#34; and blog category icons/text for specific posts?&#60;/p&#62;
&#60;p&#62;Is it possible to turn the footer into 2 columns?&#60;/p&#62;
&#60;p&#62;Changing the background color in habitat &#38;lt;default&#38;gt; also changes menu title, widget title, and post title colors; why is that? Where can I manually edit these colors?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
