Can't add Excerpts to Pages
-
I need to add page excerpts but am unable to do so.
I’ve added the code to the functions.php file, but the code does not work:
/** * Excerpts for pages. */ function add_page_excerpt() { add_post_type_support('page', array('excerpt')); } add_action('init', 'add_page_excerpt');
I have a feeling there is a conflict with the Kindergarten theme, but not sure how to fix this. Can anyone help?
Also, I’d like to add a slider to PAGES. (not posts) Is that possible?
Thanks!
Dvora
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't add Excerpts to Pages’ is closed to new replies.