About “post excerpt” words of tags under Meta Description?
-
Hi all,
I added below codes into functions.php via child-theme to modify length of post excerpt.
But Meta description field always got only 55 words. Even change the number to 20, the situation was still existed.May I have your any comments to resolve this issue?
Thanks for huge help in advance!function mytheme_custom_excerpt_length( $length ) { return 100; } add_filter( 'excerpt_length', 'mytheme_custom_excerpt_length', 15 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘About “post excerpt” words of tags under Meta Description?’ is closed to new replies.