Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Is there a way to show a dynamic folder title, followed by the list of posts in it? Unfortunately, this doesn't work:

Code: Select all
<cms:folders masterpage='project.php' hierarchical='1'>
    <h2><cms:show k_folder_title /></h2>

    <cms:pages masterpage='project.php' folder='' paginate='1'>
        <a href="<cms:show k_page_link />"><cms:show k_page_title /></a>
    </cms:pages>
</cms:folders>
I've managed to get it working by changing folder='' to folder=k_folder_name :)
2 posts Page 1 of 1