<?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: year - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/year</link>
		<description>Support Forum - Tag: year - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 06:57:55 +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/year" rel="self" type="application/rss+xml" />

		<item>
			<title>janetbakker on "Add Year to Post Date"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-post-date#post-95709</link>
			<pubDate>Thu, 07 Feb 2013 15:46:44 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">95709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;YES! Thanks so much, Ismael. That works.&#60;/p&#62;
&#60;p&#62;-Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Year to Post Date"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-post-date#post-95591</link>
			<pubDate>Thu, 07 Feb 2013 06:30:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.date-year {
display: block;
text-align: center;
font: 9px Helvetica, Arial, sans-serif;
text-transform: uppercase;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the pixel size of the font.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Add Year to Post Date"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-post-date#post-95535</link>
			<pubDate>Wed, 06 Feb 2013 21:14:19 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">95535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;Works like a charm, thanks much! And thanks for leaving it here for others to find. &#60;/p&#62;
&#60;p&#62;I'd like to make the year a little smaller, though, maybe by one point. Is there an easy fix and if so, where can I add the code?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dates on Posts"</title>
			<link>http://www.kriesi.at/support/topic/dates-on-posts#post-86072</link>
			<pubDate>Sat, 01 Dec 2012 06:54:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Maybe you use another theme? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graffinis on "Dates on Posts"</title>
			<link>http://www.kriesi.at/support/topic/dates-on-posts#post-86059</link>
			<pubDate>Fri, 30 Nov 2012 22:04:49 +0000</pubDate>
			<dc:creator>Graffinis</dc:creator>
			<guid isPermaLink="false">86059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
I'm trying to reorder the date and this didn't work. the_time('d.m.Y') and the_time('F j, Y') aren't in the single.php and archive.php files. Is there another solution to this?&#60;br /&#62;
Thank you,&#60;br /&#62;
Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maennig on "Add Year to Date Beside Post"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-date-beside-post#post-84395</link>
			<pubDate>Sat, 17 Nov 2012 17:45:02 +0000</pubDate>
			<dc:creator>maennig</dc:creator>
			<guid isPermaLink="false">84395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter,&#60;/p&#62;
&#60;p&#62;at the time when you were posting the answer, I had already fixed it. (Sometimes you just have to re-think ater some minutes.) However, I also had to change all other format-*.php files to get it really working. I also used &#60;code&#62;&#38;lt;span class='date-month'&#38;gt;&#38;lt;?php the_time('M y') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62; (with a small &#34;y&#34;) to get the year in only two digits. At the same time, I switched &#60;code&#62;&#38;lt;span class='date-day'&#38;gt;&#38;lt;?php the_time('d') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62; to &#60;code&#62;&#38;lt;span class='date-day'&#38;gt;&#38;lt;?php the_time('j') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62; to get rid of the leading zero.&#60;/p&#62;
&#60;p&#62;See the result (work in progress) at &#60;a&#62;maennig.de&#60;/a&#62;, if you like.&#60;/p&#62;
&#60;p&#62;Jens
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add Year to Date Beside Post"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-date-beside-post#post-84391</link>
			<pubDate>Sat, 17 Nov 2012 17:21:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, open up sentence\includes\format-standard.php and replace following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maennig on "Add Year to Date Beside Post"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-date-beside-post#post-84377</link>
			<pubDate>Sat, 17 Nov 2012 14:25:06 +0000</pubDate>
			<dc:creator>maennig</dc:creator>
			<guid isPermaLink="false">84377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;is there any way to add the year to the date badge that is shown beside each post on wide browser windows? It would be great if the second line could simply show &#34;NOV 12&#34; instead of just &#34;NOV&#34;. This would give readers a bit more orientation when searching and finding older articles.&#60;/p&#62;
&#60;p&#62;Thanks for any hints,&#60;/p&#62;
&#60;p&#62;Jens
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-83132</link>
			<pubDate>Fri, 09 Nov 2012 19:20:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! I'm gonna go ahead and close this topic :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-83120</link>
			<pubDate>Fri, 09 Nov 2012 18:59:20 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked great! &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-83110</link>
			<pubDate>Fri, 09 Nov 2012 18:28:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm,&#60;/p&#62;
&#60;p&#62;You can treat it just like a normal html link and ignore the php. So:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where the # sign is the url you want to use.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-83086</link>
			<pubDate>Fri, 09 Nov 2012 17:14:19 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys, &#60;/p&#62;
&#60;p&#62;I guess it just took a while for the change to actually take effect. As I was making other edits on my site, I noticed the change had taken place. Thanks for the info.&#60;/p&#62;
&#60;p&#62;One question I did have, however, was how would I go about changing the URL that the company name links to? (in the copyright line of text)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-83070</link>
			<pubDate>Fri, 09 Nov 2012 16:28:51 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;I tried editing my footer to have the &#34;Copyright + Year + All rights reserved.&#34; based  upon the information above. I put in the following code and it still shows the same &#34;Copyright - Hutzel Media Group&#34; as it did before. No change. Can you help?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;© &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; &#38;lt;?php echo date(&#38;quot;Y&#38;quot;) ?&#38;gt; - &#38;lt;a&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; All rights reserved. &#38;lt;/span&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-71479</link>
			<pubDate>Fri, 17 Aug 2012 00:32:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Peter and Mya could help you. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jehassociates on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-71470</link>
			<pubDate>Thu, 16 Aug 2012 23:30:13 +0000</pubDate>
			<dc:creator>jehassociates</dc:creator>
			<guid isPermaLink="false">71470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-71346</link>
			<pubDate>Thu, 16 Aug 2012 08:27:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the content of the $kriesi_at_backlink variable by using following filter function - add it to the bottom of functions.php and change the return value to any text of your choice:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;kriesi_backlink&#38;#39;, &#38;#39;inoplugs_backlink&#38;#39;);
function inoplugs_backlink() {
    return &#38;quot; - Webdesign by XXX&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to change the text between the &#34;&#34; signs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-71339</link>
			<pubDate>Thu, 16 Aug 2012 06:56:38 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya, can you explain how that backlink works?&#60;/p&#62;
&#60;p&#62;&#38;lt;span class='copyright'&#38;gt;&#38;copy; &#38;lt;?php _e('Copyright','avia_framework'); ?&#38;gt; - &#60;a&#62;'&#38;gt;&#38;lt;?php echo get_bloginfo('name');?&#38;gt;&#60;/a&#62; Enter your phrase here. &#38;lt;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-71316</link>
			<pubDate>Thu, 16 Aug 2012 05:37:51 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We're still in the footer correct? If so, then all you need to do is this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; Enter your phrase here. &#38;lt;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jehassociates on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-71298</link>
			<pubDate>Thu, 16 Aug 2012 03:20:08 +0000</pubDate>
			<dc:creator>jehassociates</dc:creator>
			<guid isPermaLink="false">71298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mya. That took care of the date. Is there an easy way to attach a phrase after the blog title?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-70643</link>
			<pubDate>Sun, 12 Aug 2012 04:12:59 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">70643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open &#60;strong&#62;footer.php&#60;/strong&#62; and add this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo date(&#38;quot;Y&#38;quot;) ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;after this line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jehassociates on "Copyright"</title>
			<link>http://www.kriesi.at/support/topic/copyright-2#post-70609</link>
			<pubDate>Sat, 11 Aug 2012 17:58:44 +0000</pubDate>
			<dc:creator>jehassociates</dc:creator>
			<guid isPermaLink="false">70609@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add the year to the copyright at the bottom of the page (after the word Copyright) and attach the phrase - &#34;All rights reserved&#34; to the end. How do I do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Only years in the archive"</title>
			<link>http://www.kriesi.at/support/topic/only-years-in-the-archive#post-66939</link>
			<pubDate>Sun, 22 Jul 2012 06:17:49 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">66939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, thx. I tried already same of these.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Only years in the archive"</title>
			<link>http://www.kriesi.at/support/topic/only-years-in-the-archive#post-66295</link>
			<pubDate>Wed, 18 Jul 2012 06:40:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Hi,&#60;br /&#62;
you can search the plugin database here: &#60;a href=&#34;http://wordpress.org/extend/plugins/search.php?q=year+archive&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/search.php?q=year+archive&#60;/a&#62;&#60;br /&#62;
Personally I haven't used such a plugin/widget yet and I can't recommend a specific plugin. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Only years in the archive"</title>
			<link>http://www.kriesi.at/support/topic/only-years-in-the-archive#post-65856</link>
			<pubDate>Mon, 16 Jul 2012 14:08:51 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">65856@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I would like to show only the years in archive in the footer. Is it possible or is there a plugin, how use the style of the website instead of an own design?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Year-based archive listing in Coherence theme?"</title>
			<link>http://www.kriesi.at/support/topic/year-based-archive-listing-in-coherence-theme#post-62100</link>
			<pubDate>Tue, 26 Jun 2012 01:33:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Sometimes you need to redo the steps when changing permalinks to make it work.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradpennock on "Year-based archive listing in Coherence theme?"</title>
			<link>http://www.kriesi.at/support/topic/year-based-archive-listing-in-coherence-theme#post-62098</link>
			<pubDate>Tue, 26 Jun 2012 01:29:18 +0000</pubDate>
			<dc:creator>bradpennock</dc:creator>
			<guid isPermaLink="false">62098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, thank you... I just found that Coherence does let me view year-based listings of posts via the Domain/Year/Month/Postname permalink structure... instead of the Domain/Category/Year/Postname structure I was hoping for.&#60;/p&#62;
&#60;p&#62;While this is not exactly what I wanted, it is close enough. &#60;/p&#62;
&#60;p&#62;Thank you, Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradpennock on "Year-based archive listing in Coherence theme?"</title>
			<link>http://www.kriesi.at/support/topic/year-based-archive-listing-in-coherence-theme#post-61811</link>
			<pubDate>Sat, 23 Jun 2012 00:53:24 +0000</pubDate>
			<dc:creator>bradpennock</dc:creator>
			<guid isPermaLink="false">61811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My permalink structure is /%category%/%year%/%postname%/&#60;/p&#62;
&#60;p&#62;So I think that is set up correctly.&#60;/p&#62;
&#60;p&#62;What isn't working is when I remove the post name part of the URL to expose just the URL/category/year/ the Coherence theme isn't showing a nice listing of posts for that year.  It shows an error, like on this page: &#60;a href=&#34;http://64.49.225.187/press-releases/2012&#34; rel=&#34;nofollow&#34;&#62;http://64.49.225.187/press-releases/2012&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Whereas I CAN see a nice listing of posts for each year on another web site I developed, like on this other web site: &#60;a href=&#34;http://www.ccpu.com/in-the-news/2010&#34; rel=&#34;nofollow&#34;&#62;http://www.ccpu.com/in-the-news/2010&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I am looking for is if the Coherence theme CAN support year-based listings of posts in the way I have described... and if so, what code would I need to add to which PHP pages to make it work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Year-based archive listing in Coherence theme?"</title>
			<link>http://www.kriesi.at/support/topic/year-based-archive-listing-in-coherence-theme#post-61729</link>
			<pubDate>Fri, 22 Jun 2012 17:42:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bradpennock,&#60;/p&#62;
&#60;p&#62;I think you might actually need to use:&#60;br /&#62;
&#60;code&#62;/%year%/%monthnum%/%postname%/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradpennock on "Year-based archive listing in Coherence theme?"</title>
			<link>http://www.kriesi.at/support/topic/year-based-archive-listing-in-coherence-theme#post-61725</link>
			<pubDate>Fri, 22 Jun 2012 17:09:32 +0000</pubDate>
			<dc:creator>bradpennock</dc:creator>
			<guid isPermaLink="false">61725@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm trying to list posts in a per-year archive listing in the Coherence theme using the %year% parameter in permalinks.&#60;/p&#62;
&#60;p&#62;Example, view these pages:&#60;/p&#62;
&#60;p&#62;This isn't working:&#60;br /&#62;
&#60;a href=&#34;http://64.49.225.187/press-releases/2012&#34; rel=&#34;nofollow&#34;&#62;http://64.49.225.187/press-releases/2012&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what I want:&#60;br /&#62;
&#60;a href=&#34;http://www.ccpu.com/in-the-news/2011&#34; rel=&#34;nofollow&#34;&#62;http://www.ccpu.com/in-the-news/2011&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.ccpu.com/in-the-news/2010&#34; rel=&#34;nofollow&#34;&#62;http://www.ccpu.com/in-the-news/2010&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does anyone know which Coherence PHP file and what code snippet(s) I'd need to modify to enable year-based archive listing of posts in the Coherence theme?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add Year to Post Date"</title>
			<link>http://www.kriesi.at/support/topic/add-year-to-post-date#post-53561</link>
			<pubDate>Thu, 26 Apr 2012 18:00:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello kaylesimon,&#60;/p&#62;
&#60;p&#62;You'll need to open up all of the various blog post type format files and change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-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;date-month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-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;date-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;date-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;These are all in the includes folder of your theme files and are labeled format-standard.php, format-gallery.php etc. Some of them don't naturally have dates and you might want to keep it that way in which case you won't need to edit anything in them (format-link.php for example).&#60;/p&#62;
&#60;p&#62;Then, add the following to your custom.css file located in the css folder:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.date-year {
display: block;
text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Make sure to save all the files and upload them back to the server when you are done. You can use a free FTP program like FileZilla to download and upload the files via FTP if you don't already have a program to do this with.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
