<cms:folders orderby='weight' order='asc'> <h2 class="serises_folder"><span><cms:show k_folder_title /></span></h2> <div uk-grid class="uk-child-width-1-4@m uk-child-width-1-2 uk-grid-small product_list"> <cms:pages masterpage='product.php' folder=k_folder_name folder=k_folder_name paginate='1' limit='12' orderby='weight' order='asc'> <div> <figure class="uk-position-relative"> <a href="<cms:show k_page_link />"><img src="<cms:show thumb_image />" alt="<cms:show k_page_title />" title="<cms:show k_page_title />"></a> <figcaption class="uk-position-bottom-center"><cms:show xinghao /></figcaption> </figure> </div> <cms:if k_paginated_bottom> <div class="uk-width-1-1 pagelist"> <cms:paginator /> </div> </cms:if> </cms:pages> </div> </cms:folders>