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

    Hallo Zäme,

    where can I specify the excerpt length of the Magazine article?
    Currently only 60 or so *characters* (not words!) are displayed, which is somewhat minimalistic ;-) … the text which is displayed almost looks like a typo error…..

    Thankyouschön
    Paul

    #270575

    Hey UncleGroOve!

    Please add following code to Functions.php file in Appearance > Editor and change 100 to needed value

    add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1);
    function avf_magazine_excerpt_new_lenght($excerpt) {
    $excerpt = 100;
    return $excerpt;
    }

    Regards,
    Yigit

    #271673

    Works beautifully – case closed, thanks!
    Paul

    #271755

    Hi!

    Great! You are welcome Paul, glad we could help!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Excerpt length in Magazine – how? where?’ is closed to new replies.