[wp-trac] [WordPress Trac] #22089: Allow excerpts, if present, on index pages
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 3 20:39:44 UTC 2012
#22089: Allow excerpts, if present, on index pages
-----------------------------+---------------------------
Reporter: kwight | Type: enhancement
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Bundled Theme
Version: trunk | Severity: normal
Keywords: has-patch |
-----------------------------+---------------------------
It is possible for users to enter and save excerpts for posts, yet never
see them because of the theme's sole use of the_content() for index pages
(blog, archives). This is confusing at best, and frustrating at worst, for
users wanting to take advantage of crafted excerpts to represent their
posts.
By conditionally using the_excerpt() when an excerpt is present, users
gain control, on a post-by-post basis, of their summaries. Simply using
the <!--more--> tag is not sufficient as it only provides a cut-off point
in the content, rather than allowing custom excerpts.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22089>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list