Excerpt length doesn't work
-
Hello guys,
I have a little problem.
After I have addedadd_action('init', 'my_custom_init'); function my_custom_init() { add_post_type_support( 'page', 'excerpt' ); }
to my functions.php, the
function excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'excerpt_length' );
doesn’t work anymore.
All pages have a excerpt and I want to display an excerpt of 20 words only. Could anyone help me with this problem?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Excerpt length doesn't work’ is closed to new replies.