Hi, I'm having issues with getting archive blog posts to display. The Archive links appear OK in the sidebar and have the date appended to the url e.g. ?d=201602...but when I click on the links the standard blog layout is displayed with the latest blog items first. This is the URL: http://ringwoodwebdesign.com/wsx/dogs/blog.php
This is the code for displaying the links:
I've tried to follow the instructions carefully but maybe I missed something...
Thanks
This is the code for displaying the links:
- Code: Select all
<div class="span2 sidebar">
<h2>Archive</h2>
<ul class="newsside">
<cms:archives masterpage='blog.php'>
<li><a href="<cms:show k_archive_link />><cms:date k_archive_date format='F Y' /></a></li>
</cms:archives>
</ul>
</div>
I've tried to follow the instructions carefully but maybe I missed something...
Thanks