Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Im having trouble following the tutorial, Im trying to display 3 recent articles posted along with the main picture of each of them. I have the links displaying but i cannot fathom pulling an image for the links too. Please help :( :(
kind regards, Morgan

Code: Select all
<div class="right-column-content">
       <span style="text-decoration:underline"><h1>Recent articles:</h1></span><br>
       <cms:pages masterpage='10s.php' limit='3'>
         <cms:if k_is_page>
         <a href="<cms:show k_page_link />"><h2>&bull;<cms:show k_page_title /> </h2></a>
<cms:else />
    <!-- Show a list of cloned pages here -->
     <cms:pages>
       <a href="<cms:show k_page_link />"> <h2><cms:show k_page_title /></h2></a>

    </cms:pages>
</cms:if>
Hi Morgan :)

Please post the code of your template block and html for showing images, will try to do something..
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
2 posts Page 1 of 1