Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1142921
    Jan S
    Participant

    Hello,

    current X, Design > X Customizer > Blog > Excerpt Length is not working; always truncated at 60 chars.

    Im using “Post Grid” along with a custom Grid Element (from Grid Builder). I’ve also tried two hacks:

    add_filter(‘excerpt_length’, ‘custom_excerpt_length’, 999 );
    function custom_excerpt_length($length) {
    return 2000;
    }
    add_filter( ‘excerpt_length’, ‘x_excerpt_length’ );
    function x_excerpt_length( $length ) {
    return x_get_option( ‘x_blog_excerpt_length’, ‘600’ );
    }

    Still, does not work.

    Any suggestions ?

    Jan

    #1143178
    Thai
    Moderator

    Hi Jan,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1142921 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>