Add Excerpts to WordPress Pages


/ Published in: PHP
Save to your folder(s)

Adds an excerpt field to pages when editing. Goes in functions.php


Copy this code and paste it in your HTML
  1. // **************** EXCERPTS IN PAGES
  2. add_post_type_support( 'page', 'excerpt' );

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.