Excerpt
Hi!
Im looking to replace the automatic excerpt on the frontpage with the manual excerpt.
according to
wp codex:
Excerpt, automatic excerpt, and teaser
The manual WordPress excerpt is often confused with the automatic excerpt or with the teaser (the part of a post that appears on the front page when you use the More tag). While both are related to the manual excerpt, they are different from it.
The relationship between the three is this: When a post has no manual excerpt and the post template uses the the_excerpt() template tag, WordPress generates an excerpt automatically by selecting the first 55 words of the post. When the post template uses the the_content() template tag, WordPress will look for the More tag and create a teaser from the content that precedes the More tag.
Can you please tell me which file i can edit to reflect this?
Thank you!