lucas_kaczmarski
Member
Posted 1 year ago #
Hi All
Can someone please tell me how can I make my WordPress display post summaries instead of full text on my front page? I'm using standard Twenty Ten theme. I know I can use 'more' tag but is there a method to achieve this globally?
Thanks!
Lucas
In your theme change from using the function the_content() to using the_excerpt().
Related:
the_content()
the_excerpt()
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy
lucas_kaczmarski
Member
Posted 1 year ago #
thanks for your help. Could you also tell me in which file I should look for these entries?
Thanks
Lucas
Look in all the files in the wp-content/themes/twentyten folder.
Or get http://wingrep.com and search for those (you'd need the theme folder on your local computer)