Hi
I have some problems with the blog layout.
There is a function in the Blog Layout section of Enfold called “Blog Style”.
In the grid layout the pictures are too small and there is not enough text and information.
If i choose “Single author, big preview pic” there is the whole content of all blogs in the preview.
If I use a page for the layouting this section it works better with the “blog post” widget.
But that´s not a good soultion because if the users use the breadcrum section in the title they always hop on the generic blog archive overview. And there is the grid layout – because the single preview with big image works only i the blogs post widget.
Hi!
Fixed.
Changed the Blog Layout setting and added this code here:
function change_blog_archive_style() {
global $avia_config;
if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
}
add_action('get_header', 'change_blog_archive_style');
Regards,
Josue
Hey – yes, perfect. Thanks Josue
You are welcome, always glad to help :)
Regards,
Josue