<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Hide post date on home page</title>
		<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Hide post date on home page</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 12:56:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/hide-post-date-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-29549</link>
			<pubDate>Fri, 30 May 2014 09:19:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29549@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karyn28 on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-29536</link>
			<pubDate>Thu, 29 May 2014 14:06:25 +0000</pubDate>
			<dc:creator>Karyn28</dc:creator>
			<guid isPermaLink="false">29536@http://www.themolitor.com/forums/</guid>
			<description><p>It worked, thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-29534</link>
			<pubDate>Thu, 29 May 2014 13:51:26 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29534@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>As of v1.4.0, you can hide the post year from the Customize page (appearance &#62; customize) ;-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karyn28 on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-29528</link>
			<pubDate>Thu, 29 May 2014 11:51:03 +0000</pubDate>
			<dc:creator>Karyn28</dc:creator>
			<guid isPermaLink="false">29528@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I wanna do this again but it seems that the index.php has slightly changed so it's not working properly. Could you update me on this?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-22306</link>
			<pubDate>Mon, 29 Jul 2013 09:21:40 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22306@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>For the main page, the time is in "index.php" on line 53...</p>
<pre><code>&#60;h2&#62;&#60;?php the_title(); ?&#62; - &#60;?php the_time(&#039;Y&#039;); ?&#62;&#60;/h2&#62;</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karyn28 on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-22299</link>
			<pubDate>Fri, 26 Jul 2013 14:11:32 +0000</pubDate>
			<dc:creator>Karyn28</dc:creator>
			<guid isPermaLink="false">22299@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I remove it so it went from:</p>
<p>&#60;div id="details"&#62;&#60;span&#62;■&#60;/span&#62;   &#60;?php the_time('Y'); ?&#62;  /  &#60;?php the_category(', '); ?&#62;</p>
<p>To</p>
<p>&#60;div id="details"&#62;&#60;span&#62;■&#60;/span&#62;     &#60;?php the_category(', '); ?&#62;</p>
<p>But I still see the year in the post title on the main page.</p>
<p>Thanks for your fast answer by the way. :)</p>
<p>EDIT: I cleaned my cache and I tried to refresh my page with Alt-F5
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-22296</link>
			<pubDate>Fri, 26 Jul 2013 13:44:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22296@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Open up "single.php" and locate the following on line 37...</p>
<pre><code>&#60;div id=&#34;details&#34;&#62;&#60;span&#62;■&#60;/span&#62;   &#60;?php the_time(&#039;Y&#039;); ?&#62;  /  &#60;?php the_category(&#039;, &#039;); ?&#62;  /  &#60;?php _e(&#039;Last Updated&#039;,&#039;themolitor&#039;);?&#62; &#60;?php the_modified_time(&#039;F j, Y&#039;); ?&#62; &#60;?php _e(&#039;by&#039;,&#039;themolitor&#039;);?&#62; &#60;?php the_modified_author(); ?&#62;  /  &#60;?php the_tags(__(&#039;Tags: &#039;,&#039;themolitor&#039;)); ?&#62;&#60;/div&#62;&#60;!--end details--&#62;</code></pre>
<p>Just remove <code>&#60;?php the_time(&#039;Y&#039;); ?&#62;  / </code></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karyn28 on "Hide post date on home page"</title>
			<link>http://www.themolitor.com/forums/topic/hide-post-date-on-home-page#post-22293</link>
			<pubDate>Fri, 26 Jul 2013 12:49:29 +0000</pubDate>
			<dc:creator>Karyn28</dc:creator>
			<guid isPermaLink="false">22293@http://www.themolitor.com/forums/</guid>
			<description><p>Hi!</p>
<p>I need to hide the date on my post. I don't need the visitor to see when it has been published. </p>
<p>I search over the forum but I wasn't able to find how to do it.</p>
<p>Thanks.
</p></description>
		</item>

	</channel>
</rss>
