The code for this section is below. Copy that code and paste it into the Post Link widget through your Page Layout. Edit the text as necessary. For example, "YOUR-IMAGE-ADDRESS" is replaced with the url address of image associated with the listed post, while the "YOUR-POST-LINK-HERE" is the url address for that post.
<ul class="spy">The above code, that is betwen <ul class="spy"> as the opening and </ul> as the closing is the code block for one post and its image. So if you want to add some more posts and images, copy only the text between these. In other words, each code must be placed in between the <ul class="spy"> and </ul>.
<li>
<img style="width:100px; height:60px" alt="" src="YOUR-IMAGE-ADDRESS"/>
<h2><a href="YOUR-POST-LINK-HERE" title="TITLE">POST TITLE</a></h2>
<div class="auth"> Posted by AUTHOR</div>
</li>
</ul>
0 comments