• Resolved Lon

    (@lon2)


    Excerpt quit working with last WP core update, I believe it was from 4.7.4 to 4.7.5. Excerpt Screen option is no longer in Pages top menu. I don’t use Posts. Existing Excerpts are still in the database and show on Search and Tag pages. I tried a clean WP install and still nothing. Any idea how to get it back on Page Edit screen?

Viewing 1 replies (of 1 total)
  • Theme Author coralthemes

    (@coralthemes)

    Hello,

    Put this code into the child theme’s function.php:

    add_post_type_support( ‘page’, ‘excerpt’ );

    Then use a plugin to display the excerpt, see this article about it!

    Thanks for the one star rating! In your email you wrote about some description field.

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt quit working with last WP core update’ is closed to new replies.