Hey guys!
I really like this plugin, it's just what I wanted, but I have one problem.
Here's what I want to do:
On the frontpage I want to have latest few post, but only N characters of each post and than 'Read more' tag. So I'm using %content% placeholder... like this
This is the html code template for each entry:
<li class="postlistspost">
<a href='%posturl%'><h2>%posttitle%</h2></a>
Published: %day%.%monthnum%.%year%, at %hour%:%minute%
<p>%content%</p>
</li>
It just doesn't work like I want...It displays full posts!
Please help!