Tagged: blog post grid layout excerpt
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?
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
Hi Jordan,
Thanks! But i’ve already tried that solution and it doesn’t work!
Do you know any other solution?
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Your website looks great by the way!
Best regards,
Yigit