Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Error :?:

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
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
@CODEPEN, You need to add the part highlighted below to your existing code -
<cms:pages masterpage='index.php' paginate="1" limit='9' folder=k_folder_name >

More details can be had from - http://docs.couchcms.com/concepts/listing-pages.html

Hope it helps.
3 posts Page 1 of 1