Viewing 1 replies (of 1 total)
  • You just put in whatever html you need. So for the example on that codex page of
    <?php the_content('Read More...<img src="/images/leaf.gif"
    alt="read more" title="Read More..." />'); ?>

    You just add a br tag in front like so:
    <?php the_content('<br /> Read More...<img src="/images/leaf.gif"
    alt="read more" title="Read More..." />'); ?>

    Or to simplify:
    <?php the_content('<br /> Read More...'); ?>

Viewing 1 replies (of 1 total)

The topic ‘Style sheet for read more tag.’ is closed to new replies.