How to let WordPress only displays summary of article on home page

Firstly, find the directory: Appearance -> Theme Editor -> Main Index Template -> index.php, and locate the code: /* Start the Loop */ while ( have_posts() ) : the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called …