Error
When you go to the folder link displays all pages that are in all folders
https://codepen.pro/index.php?f=2
https://codepen.pro/index.php?f=1

When you go to the folder link displays all pages that are in all folders
- Code: Select all
<cms:pages masterpage='index.php' paginate="1" limit='9' >
<li class="product_list_box">
<div class="product_list_image">
<a href="<cms:show k_page_link />"><img src="<cms:show product_listimg />" /></a>
</div>
<div class="product_list_container">
<h2><cms:show k_page_title /></h2>
<div class="product_list_footer clearfix">
<div class="product_list_price">
500$
</div>
<div class="product_list_comments">
<cms:show k_page_foldertitle />
</div>
</div>
</div>
</li>
</cms:pages>
https://codepen.pro/index.php?f=2
https://codepen.pro/index.php?f=1