Tagged: blogpost, categories, small
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,
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
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
Thank you! Elliott, Works great!