Show excerpts in Front page problem

Hello!

After the update, my blog changed a little bit! And now I a problem!

I found the answer on this forum, but I don’t know where to put the code on the php.
My question is
Add excerpt to all posts in main page/categories. (It would be better after 2 paragraphs when it reaches second <p> tag.) After that visitor should click on “Read More” to see the whole content.

The answer:
#4. replace the_content(); with the_excerpt();

Where exactly do I make this change?

Thank you for your time!

my blog is apureguria.com

Just Found it!

  1. Open content.php file which you can find in Sparkling theme folder.
  2. Now replace

<?php the_content(); ?>

with

<?php the_excerpt(); ?>

Thank you Aigars :slight_smile: My blog is beautiful again!!