WordPress excerpt for Pages

<?php add_action( 'init', 'excerpts_to_pages' ); function excerpts_to_pages() { add_post_type_support( 'page', 'excerpt' ); }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.