Hi all,
i have one big problem: I want to insert “read more” link on multi-entry page. Link should be rendered as:
Lorem ipsum dolor sit amet, consectetur… <a >Read more</a>I would like to have text and “read more” on same line..
But only way I know is:
{sumary}
<a >Read more</a>Can anyone help me?