WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: How do I show only excerpts in Twenty Seventeen theme?, by Rinku Y Hi @madesoma Simply find: get_template_part( 'template-parts/post/content', get_post_format() ); Replace with: get_template_part( 'template-parts/post/content', 'excerpt' ); in index.php Line 45 and archive.php Line 40 Reply To: How do I show only excerpts in Twenty Seventeen theme?