Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #532963

    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

    #534261

    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

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