We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f04a03 commit 16f149eCopy full SHA for 16f149e
functions/excerpts.php
@@ -13,3 +13,6 @@ function sunflower_excerpt_length() {
13
}
14
15
add_filter( 'excerpt_length', 'sunflower_excerpt_length', 900 );
16
+
17
+// Add excerpt to pages, too.
18
+add_post_type_support( 'page', 'excerpt' );
0 commit comments