Set Post Excerpt Length
-
Hello,
I am using Weekly and i can set post excerpt length editing value in functions.php
// Filter to new excerpt length
function tj_excerpt_length( $length ) {
return 20;But when i change this limit it apply on global but i want set differ limit on my special widget.
Currently i am using <?php the_excerpt(”); ?> in my widget and it also pic value 20 and set excerpt to 20. But i want other value in my new widget. Please help me for find out solution.
The topic ‘Set Post Excerpt Length’ is closed to new replies.