<?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: Anyway to take out the 1st post date on the right side?</title>
		<link>http://www.kriesi.at/support/topic/anyway-to-take-out-the-1st-post-date-on-the-right-side</link>
		<description>Support Forum - Topic: Anyway to take out the 1st post date on the right side?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 22:24:47 +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/anyway-to-take-out-the-1st-post-date-on-the-right-side" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Anyway to take out the 1st post date on the right side?"</title>
			<link>http://www.kriesi.at/support/topic/anyway-to-take-out-the-1st-post-date-on-the-right-side#post-19375</link>
			<pubDate>Wed, 18 May 2011 13:13:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you can use the sticky conditional tag to solve this problem...&#60;br /&#62;
Open up index.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry &#38;lt;?php echo &#38;quot;entry&#38;quot;.$counter; ?&#38;gt; &#38;quot;&#38;gt;
&#38;lt;?php if($medium_prev_image != &#38;quot;&#38;quot;) echo $medium_prev_image; ?&#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;h1 class=&#38;quot;siteheading&#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;habitat&#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;/h1&#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;); ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
			&#38;lt;?php 

			the_content(&#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;habitat&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;
			&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;
			&#38;lt;!--end entry-content--&#38;gt;
			&#38;lt;/div&#38;gt;

	 &#38;lt;!--end entry--&#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;div class=&#38;quot;entry &#38;lt;?php echo &#38;quot;entry&#38;quot;.$counter; ?&#38;gt; &#38;quot;&#38;gt;
&#38;lt;?php if($medium_prev_image != &#38;quot;&#38;quot;) echo $medium_prev_image; ?&#38;gt;
&#38;lt;?php if  (!(is_sticky())) {	?&#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;h1 class=&#38;quot;siteheading&#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;habitat&#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;/h1&#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;); ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
			&#38;lt;?php 

			the_content(&#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;habitat&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;
			&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;
			&#38;lt;!--end entry-content--&#38;gt;
			&#38;lt;/div&#38;gt;

	 &#38;lt;!--end entry--&#38;gt;
	   &#38;lt;?php } ?&#38;gt;
     &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should do the trick - if the post is sticky the date tab on the left side won't be displayed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wickedrsr on "Anyway to take out the 1st post date on the right side?"</title>
			<link>http://www.kriesi.at/support/topic/anyway-to-take-out-the-1st-post-date-on-the-right-side#post-19328</link>
			<pubDate>Wed, 18 May 2011 01:37:00 +0000</pubDate>
			<dc:creator>wickedrsr</dc:creator>
			<guid isPermaLink="false">19328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
Thanks for the reply, i have tried this, and it did take the date out on the left, but it took out the post as well. Can you please let me know how i can just take out the date for the first post? Thanks Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Anyway to take out the 1st post date on the right side?"</title>
			<link>http://www.kriesi.at/support/topic/anyway-to-take-out-the-1st-post-date-on-the-right-side#post-19073</link>
			<pubDate>Sat, 14 May 2011 06:10:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Have a look at this thread (especially the fourth post): &#60;a href=&#34;http://www.kriesi.at/support/topic/sliderpost-work-around&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/sliderpost-work-around&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wickedrsr on "Anyway to take out the 1st post date on the right side?"</title>
			<link>http://www.kriesi.at/support/topic/anyway-to-take-out-the-1st-post-date-on-the-right-side#post-19067</link>
			<pubDate>Fri, 13 May 2011 22:15:54 +0000</pubDate>
			<dc:creator>wickedrsr</dc:creator>
			<guid isPermaLink="false">19067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello i had the first post stickied, so that the main feature images do not change. I was wondering if there is anyway to take out the 1st post date on the right side, and start the date on the 2nd post. &#60;/p&#62;
&#60;p&#62;My webpage is &#60;a href=&#34;http://www.kartoyz.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kartoyz.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
