<?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: dates deleted - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/dates-deleted</link>
		<description>Support Forum - Tag: dates deleted - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 13:59:58 +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/dates-deleted" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-17512</link>
			<pubDate>Thu, 21 Apr 2011 15:46:58 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">17512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I also use a Mac, there is no problem uploading files using an FTP application such as &#60;a href=&#34;http://panic.com/transmit/&#34;&#62;Transmit&#60;/a&#62; or &#60;a href=&#34;http://panic.com/coda/&#34;&#62;Coda&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;There's no reason why you couldn't use a similar program on a Windows computer, though I can't advise you on which ones are any good.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-17485</link>
			<pubDate>Thu, 21 Apr 2011 01:41:33 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">17485@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using a Mac and I don't know much about FTP.  &#60;/p&#62;
&#60;p&#62;So are you saying that I should have copied the single.php in notepad, make the changes, and upload it back to???&#60;/p&#62;
&#60;p&#62;I am sorry.  There is no way I could do that on a mac.  I need to use a Windows computer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-17484</link>
			<pubDate>Thu, 21 Apr 2011 01:39:37 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">17484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;oops!  Well, I removed the DIV and it still doesn't work.&#60;br /&#62;
Is there another way to remove the dates from the HOME OR LANDINGPAGE?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-17334</link>
			<pubDate>Tue, 19 Apr 2011 10:04:14 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">17334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Your code would remove the date from the single pages (i.e. the individual post). Ideally you shouldn't make changes through Wordpress' editor - instead use a text editor on your computer and use FTP to upload the file.&#60;/p&#62;
&#60;p&#62;Also, make sure you remove the closing &#60;strong&#62;div&#60;/strong&#62; tag under the code you posted, you'll end up with layout issues otherwise as the code won't be valid.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-17304</link>
			<pubDate>Mon, 18 Apr 2011 16:46:28 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">17304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok.  I found it.  I went into APPEARANCE.  I went into EDITOR and selected the SINGLE.PHP.&#60;/p&#62;
&#60;p&#62;This is what I found and this is what I removed.  Now, would this remove the dates from ALL OF THE blogs and postings?&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;date_container&#34;&#38;gt;&#60;br /&#62;
   				&#38;lt;span class='day'&#38;gt;&#38;lt;?php the_time('d') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
   				&#38;lt;span class='month'&#38;gt;&#38;lt;?php the_time('M') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
   				&#38;lt;span class='year'&#38;gt;&#38;lt;?php the_time('Y') ?&#38;gt;&#38;lt;/span&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-17303</link>
			<pubDate>Mon, 18 Apr 2011 16:34:04 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">17303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello&#60;br /&#62;
this is my site &#60;a href=&#34;http://www.pictureme2.com&#34; rel=&#34;nofollow&#34;&#62;http://www.pictureme2.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The first page is the static page and it looks like a blog.  I would like to remove the following date as you mentioned above.&#60;/p&#62;
&#60;p&#62;You stated it should be removed from the blog post and deleted it from the sinle.php???  Did you mean that single.php?&#60;br /&#62;
where do I delete it from?  &#60;/p&#62;
&#60;p&#62;I went into Dashboard&#60;br /&#62;
click on the POST&#60;br /&#62;
open the post and I don't see any &#38;lt;div class...etc&#60;/p&#62;
&#60;p&#62;I might be in the wrong place.  please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-2781</link>
			<pubDate>Sat, 14 Aug 2010 13:09:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">2781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To remove the date from a blog post just delete following code in sinle.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;date&#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;/div&#38;gt;&#38;lt;!-- end date --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code is also used in the posts overview (blog page) (archive.php) if you also want to remove the dates there.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scotb50 on "Suppress the Date?"</title>
			<link>http://www.kriesi.at/support/topic/suppress-the-date#post-2773</link>
			<pubDate>Sat, 14 Aug 2010 01:02:13 +0000</pubDate>
			<dc:creator>scotb50</dc:creator>
			<guid isPermaLink="false">2773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've seen in other forum responses the edits required to suppress the date from a blog post, but not for the Display theme.  Am hesitant on how to edit the templates and don't want to break anything.  Please advise if this is possible using Display.&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
