For each article in a feed, show

Hi friends,

When i put “Summary” in the reading settings in my home page, my posts are show in “Full mode”.

Sorry, but i don´t understand.

Thanks!

That setting is for RSS feed and not blog index page.

For Sparkling you have two options how you can use Excerpt (post summary):

  1. Add them for each post manually by using read more tag like it is described here.

  2. Or replace <?php the_content(); ?> that you can find in content.php file with <?php the_excerpt(); ?> That way all your posts will be shortened by default.

Really Thanks algars! it´s ready now!

Nice! That simple code tag helped me out as well!