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


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>•<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>