I'm setting up a blog with CGBlog. On the right I want to be able to browse the archive by year.
So on my template I used
Code: Select all
<div id="inhoud">
<h1>{title}</h1>
{CGBlog detailpage='nieuwsdetail'}
</div>
<div id="navblog">
{CGBlog action='archive'}
</div>
But this page doesn't show the messages posted in January, but my index page.
Any ideas please?