Vivek Nath R
Vivek Nath R

Reputation: 171

Show only Post titles with thumbnails in category pages

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.

Upvotes: 1

Views: 1565

Answers (1)

ggdx
ggdx

Reputation: 3064

Keep <?php the_title(); ?> and <?php the_thumbnail(); ?>. Remove either <?php the_content(); ?> or <?php the_excerpt(); ?>, dependant on which you have.

Upvotes: 1

Related Questions