Does anyone know how to add a read more at the bottom of each post?
I would like one photo and 3 or 4 sentences to appear each post until you click the post title or read more.... for the whole post.
Does anyone know how to add a read more at the bottom of each post?
I would like one photo and 3 or 4 sentences to appear each post until you click the post title or read more.... for the whole post.
Have a look at this thread, it's a different theme, but the answer is the same - http://wordpress.org/support/topic/how-to-shorten-my-posts?replies=7#post-2771850
Didn't work for me. I'm using Blaskan theme and the stucture of the index.php is
<?php get_header(); ?>
<section id="content" role="main">
<?php get_template_part( 'loop', 'index' ); ?>
</section>
<!-- / #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
What should I do?
This topic has been closed to new replies.