Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I have created the blog based on the documentation provided by CouchCMS. Now I am currently moving old articles over from the old site to the new CouchCMS site. However, all archive folders read as December 2014 despite what date I assign to the article in the advanced settings. Everything else is working correctly - the article itself shows the appropriate date and if I click on one of the archives that says December 2014, it will still take me to a list of articles for a specific time period. The only thing incorrect here is that it is displaying each archive as December 2014. In the end, I would have a list of 20 folders all saying December 2014 (which obviously I can't have!). Has anyone run into this before and what is the work around? Thanks!

Here is the CouchCMS code for the archive within blog_sidebar.html:
Code: Select all
<div class="heading green">
Archives
</div>
<ul class="sidebar-menu">
<cms:archives masterpage='blog.php'>
<li><a href="<cms:show k_archive_link />"><cms:date k_archivedate format='F Y' /></a></li>
</cms:archives>


And this is what the sidebar looks like:
Image
Hi and welcome Tony,

I think this is just a typo - please try replace k_archivedate with k_archive_date.
2 posts Page 1 of 1
cron