Hello, I'm wondering if there's a way to add image to my post without necessarily putting it on the summary or article section. This is what my html code looks like:
<div class="blogpost"> <div class="blogpostcontent"> <div class="imageframe small">{IMAGE}</div> <div class="postinfocontentsmall"> <h3>{title}</h3> <ul class="postmetalinkssmall"> <li class="postby"><a href="#">{author}</a></li> <li class="post_comments">viewed {viewcount} tiles</li> </ul> <div class="clearfix"></div> <p>{summary}</p> </div> </div> </div><!-- /# end post -->
So as shown above, I want to have the image for the news in the section marked {IMAGE}, the the {title}, {summary}, etc. Please how do I get this done? Thanks
.
.
.