Do you mean “excerpt”? Find the PHP file that’s your posts page (probably archive.php) and change “the_content()” to “the_excerpt()”.
Install the plugin “show current template” to make it easy to track the PHP files used to render a page. It’s a must when building themes.
]]>