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.