I did that and it also edited the content of the single post. Is there a method that it only takes place on the home page?
How did you guys solved this? I can’t get the “Continue reading” -option there.
Already switched the Settings -> Reading
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?