@All:
I have done the following changes:
The folder images are showing up on the front page but each image is repeated in a row thrice and the names of the folder are not appearing correctly.
Please advise.
I have done the following changes:
- Code: Select all
<cms:pages masterpage='business.php' folder=k_folder_name limit='45' paginate='1'> <div class="col-1-4"> <div class="content"> <div id='parent_div_1'> <cms:folders masterpage='business.php'> <a href="<cms:show k_folder_link />"> <img src="<cms:show k_folder_image />" width="80px" height="80px" /> </a> <div style="text-align: center;"> <a href="<cms:show k_folder_link />"><cms:show k_page_foldertitle /></a> </div> </cms:folders> </div> <div style="padding-bottom: 20px;"></div> </div> </div> <cms:paginator /> </cms:pages>
The folder images are showing up on the front page but each image is repeated in a row thrice and the names of the folder are not appearing correctly.
Please advise.