Changing Excerpt Length
-
Hi!
Im trying to change the excerpt length shown in the post previews on the homepage.I have change the length to 20 in all in the footer.php in this sector but nothing happened .function pinboard_excerpt_length( $length ) {
if( pinboard_is_teaser() ) {
if( has_post_format( ‘aside’ ) )
return 32;
else
return 20;
} else
return 50;is there anything else i could try ?
thank u !!!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Changing Excerpt Length’ is closed to new replies.