Skip to content

Instantly share code, notes, and snippets.

@fernandiez
Created July 13, 2015 21:42
Show Gist options
  • Save fernandiez/fa1d21077c7bb5c95236 to your computer and use it in GitHub Desktop.
Save fernandiez/fa1d21077c7bb5c95236 to your computer and use it in GitHub Desktop.
Activate manual excerpts on WordPress pages
<?php // remove this line
//* Activate Manual excerpt on Pages
add_post_type_support('page', 'excerpt');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment