Hello
I like to see when I use Magazine template to show blog posts, besides the title also show the summary and link read more?
this is the page
http://cannatafactory.com/index.php/news/
let me know
Hey tescioneangelo!
Add this to line 570 in the /enfold/config-templatebuilder/avia-shortcodes/magazine.php file.
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
Regards,
Elliott