Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #748363

    Hi,
    I’m using the Blog Post module with the Grid Layout setting.
    But I cannot control the excerpt length.

    I’ve tried to use the following fuction without luck – with length to set 5 to check whether it works – but it doesn’t.

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
    $length = 5;
    return $length;
    }

    Hope you can help?

    #750317

    Hey emilgandersson,

    Please refer to Josue’s post here: https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503

    Let me know if this is able to help you.

    Best regards,
    Jordan Shannon

    #750367

    Hi Jordan,
    Thanks! But i’ve already tried that solution and it doesn’t work!
    Do you know any other solution?

    #752396

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Your website looks great by the way!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.