Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #405719

    Hello,
    We use the single autor small preview image for our blogpost display. We would like the same for the blog categories. Now they display the full posts, instead of small previews.

    Is it possible to change this?

    I am looking forward to your response

    best regards,

    #406048

    Hi emilcobussen!

    Navigate to Dashboard > Enfold > Blog Layout and set the blog style to single author small preview. The archives should take on the same style.

    Cheers!
    Elliott

    #406276
    This reply has been marked as private.
    #406671

    Hi!

    Open up /enfold/includes/loop-index.php and change line 8 from this.

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt";
    

    To this.

    $blog_content = !empty($avia_config['blog_content']) ? "excerpt" : "excerpt";
    

    Regards,
    Elliott

    #407054

    Thank you! Elliott, Works great!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog categories display the full post, instead of single autor small preview img’ is closed to new replies.