How can I show my post under a certain content name?

You need to edit your theme’s category.php file (or archive.php if you don’t have a category.php file). You need to remove the the_excerpt() or the_content() line, whichever is present there.

tech