I use Pages when creating my site... I would like to apply excerpts to my pages... I have tried plugins but they dont work, please can you guide me through applying excerpts to my pages on my wordpress site... Thank you
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
closed as not a real question by toscho♦ Feb 15 at 20:29
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
which plugins have you tried? first google result is: http://wordpress.org/extend/plugins/page-excerpt/ which if memory serves, has worked for me in the past. what part isn't working. "they don't work" is extremely vague |
|||
|
|
add_post_type_support( 'page', 'excerpt' );? – m0r7if3r Mar 18 '12 at 3:09