In my category page full post are showing up. I want to make it only post titles with tumbnails. I’m using wordpress Twenty twelve theme.
Leave a Reply
You must be logged in to post a comment.
In my category page full post are showing up. I want to make it only post titles with tumbnails. I’m using wordpress Twenty twelve theme.
You must be logged in to post a comment.
Keep
<?php the_title(); ?>
and<?php the_thumbnail(); ?>
. Remove either<?php the_content(); ?>
or<?php the_excerpt(); ?>
, dependant on which you have.