<?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: How to: Adding a Timestamp to an article</title>
		<link>http://www.kriesi.at/support/topic/how-to-adding-a-timestamp-to-an-article</link>
		<description>Support Forum - Topic: How to: Adding a Timestamp to an article</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 11:33:09 +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/how-to-adding-a-timestamp-to-an-article" rel="self" type="application/rss+xml" />

		<item>
			<title>E11 on "How to: Adding a Timestamp to an article"</title>
			<link>http://www.kriesi.at/support/topic/how-to-adding-a-timestamp-to-an-article#post-96968</link>
			<pubDate>Fri, 15 Feb 2013 17:38:55 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">96968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works like a charm!&#60;/p&#62;
&#60;p&#62;Cheers for the assistance.&#60;br /&#62;
Great support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to: Adding a Timestamp to an article"</title>
			<link>http://www.kriesi.at/support/topic/how-to-adding-a-timestamp-to-an-article#post-96958</link>
			<pubDate>Fri, 15 Feb 2013 17:09:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96958@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That is correct. I was suggesting you add one manually in that file using the same format. Using the codex entry as a means to have a key to decide how you want the time shown. IE&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;time&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;g:i a&#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;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The time class would most likely need a bit of styling, but maybe not. There isn't a backend option from the theme to display this so it has to be added into the theme files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E11 on "How to: Adding a Timestamp to an article"</title>
			<link>http://www.kriesi.at/support/topic/how-to-adding-a-timestamp-to-an-article#post-96956</link>
			<pubDate>Fri, 15 Feb 2013 16:46:55 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">96956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin, &#60;/p&#62;
&#60;p&#62;thanks for the response and the tipp.&#60;br /&#62;
My problem currently is, that there exist no timestamp.&#60;br /&#62;
I dont find any option where I could enable it.&#60;/p&#62;
&#60;p&#62;In other themes I saw such an option.&#60;br /&#62;
Maybe I'm blind....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to: Adding a Timestamp to an article"</title>
			<link>http://www.kriesi.at/support/topic/how-to-adding-a-timestamp-to-an-article#post-96940</link>
			<pubDate>Fri, 15 Feb 2013 14:28:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi E11,&#60;/p&#62;
&#60;p&#62;In your includes&#38;gt;loop-index.php file look for these lines:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#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;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add a third time option there using the format you like. See: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/the_time&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/the_time&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E11 on "How to: Adding a Timestamp to an article"</title>
			<link>http://www.kriesi.at/support/topic/how-to-adding-a-timestamp-to-an-article#post-96834</link>
			<pubDate>Thu, 14 Feb 2013 20:11:00 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">96834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;can anyone give me a hint how it is possible to display a timestamp to an article?&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
E11
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
