/ Published in: PHP
Wordpress by default doesn't allow excerpts for pages - this simple function enable them.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Add to your 'functions.php' file add_post_type_support( 'page', 'excerpt' );
URL: http://wpti.ps/functions/enable-page-excerpts/