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

    Hello!
    How can I change the excerpt lenght at Feature Image Slider?
    Thanks!
    Andy

    #660976

    Hey andyqueanda!

    Please add following code to Functions.php file of your child theme in Appearance > Editor and adjust the value as needed

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

    Regards,
    Yigit

    #661108

    Sorry, but I pasted it at the end of the document ‘functions.php’ but it doesnt work :(

    Am I doing something wrong?

    #661298

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

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