Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #764843

    Hello
    I’d like to increase the excerpt lenght of the magazin shortcode, that seems to be stuck at 60
    How do I do ?
    Cheers
    Nad

    #764844

    CLOSED
    I found it in google
    add_filter(‘avf_magazine_excerpt_length’,’avf_magazine_excerpt_new_lenght’, 10, 1);
    function avf_magazine_excerpt_new_lenght($excerpt) {
    $excerpt = 100;
    return $excerpt;
    }

    #765352

    Hi,

    Glad that you fixed it :)

    Best regards,
    Nikko

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