How can I add the excerpt to the magazine layout?
Hey RMansfield430,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Perhaps try Ismael’s solution here:
Best regards,
Jordan Shannon
Hi,
Please review the thread.
Look for the following code around line 650:
if(empty($this->atts['thumbnails']))
{
$image = "";
$extraClass = "av-magazine-no-thumb";
}
Below, add the excerpt:
$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, '');
Best regards,
Ismael
Hi,
I checked the magazine.php file but I can’t find the modification so I added it. ( see private field )
Best regards,
Ismael
Hi,
Glad that Ismael helped you. Thanks for using Enfold! Have a nice weekend :)
Best regards,
Nikko