• Resolved DvoraElisheva

    (@dvoraelisheva)


    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)
  • but the code does not work

    what do you expect to happen?

    do you get the excerpt field below the page editor?
    (you might need to check the ‘screen options’ tab near the top right on that page first…)

    Thread Starter DvoraElisheva

    (@dvoraelisheva)

    I did not see the screen options “tab” Found it and now have the fields without having to edit the code. Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't add Excerpts to Pages’ is closed to new replies.