• Hi

    So I want to show just excerpts on the main blog page ok.

    I’ve read about two ways to do this

    1)
    <?php the_content('Read More...'); ?>

    This doesn’t seem to do anything for me.

    2)
    <?php the_excerpt(); ?>

    This cuts off the full length of the post but it just shows a nasty little […] with no clickable link at the end.

    So I’ve tried changing to:

    <?php the_excerpt('Read More...'); ?>

    But still just the nasty […]

    Help please.

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘“Read More..” not working.’ is closed to new replies.