/ Published in: PHP
Adds an excerpt field to pages when editing. Goes in functions.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// **************** EXCERPTS IN PAGES add_post_type_support( 'page', 'excerpt' );