This is the code for the index :
<div class="entry-body">
{body_{x_lang}}
{if extended_{x_lang}}<span class="more" title="{x_more}">�</span>{/if}
</div>
Edit : the arrow character → was replaced by ? on the forum (above).
This is the code for the ful entry :
<div class="entry-body">
{body_{x_lang}}
{extended_{x_lang}}
</div>
What I want is to display the read more arrow → at the right of the last character of the body, like this :
Body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body. →
But I can’t find a way to do this since I don’t want to put that read more code into the body itself (because it’s not its place and it would show up on the full entry) and I want to use XHTML formating.
