Tagged: Nikko
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
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;
}
Hi,
Glad that you fixed it :)
Best regards,
Nikko