Change Excerpt Length

I am trying to change the excerpt length using the folllowing function in my child theme but it shows me no effect.
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
After that i also tried to edit the excerpt length in theme-option.php file in muffin-options but it also shows no effect.
So please let me know how can i change the excerpt length of my posts.

Comments

  • Ok but you want to change excerpt for what?
  • I want to change excerpt for the posts that appear on my category page. ?
  • The function that you should to change is functions/theme-functions.php file and modified must be below code:
    function mfn_excerpt_length( $length ) {
        return 26;
    }
    add_filter( 'excerpt_length', 'mfn_excerpt_length', 999 );
    26 means that inside excerpt will be 26 words so you can replace this value with any like you want. But what is much better way is setup own excerpt for each post. While you create/edit post, under Post options you have field called "Excerpt" and inside you can but any excerpt you want and then this value will be used as default. If you don`t have this field, then you must click on "Screen options" button in right top corner and check "Excerpt" to show.

    Hope this will help you a lot.
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.