I have seen blogs where clicking on tags or archives or whatever produces a list with just a title or title and short summary.
Mine shows entire posts. How can I get the compact listings on the pages called by tags, archives, search, etc?
Thank you
I have seen blogs where clicking on tags or archives or whatever produces a list with just a title or title and short summary.
Mine shows entire posts. How can I get the compact listings on the pages called by tags, archives, search, etc?
Thank you
Use the_excerpt instead of the_content in your archives.php and search.php (or whatever these files are called in your theme).
Alternally, get an Excerpt plugin to do this for you.
Beautiful.
I always like an elegant solution.
Thanks
You must log in to post.