Hi,
i have created a menu with my categories. If I open the category side I see all posts from this category with the full text. But I would like to see only the picture and a short text (text excerpt) . Only if the user click on the image than the full post should be displayed. I have attached my website. Hopefully you can help me with this issue.
Within the enfold options I have selected the blog page and the preview of this blog site works fine. Within the blog layout I have choosen the last option “use the advanced layout to build you own blog…”. But it doesn’t work. If i choose raster layout, then the category side is changed. Did you know why the last option of a specific layout isn’t working ?
Hi,
Thank you for using Enfold.
If you want to display a summary or excerpt in the archive or category pages, edit the posts then enable the Excerpt module inside the Screen Options. Add the excerpt manually. Or add this in the functions.php file:
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');
Best regards,
Ismael
Thanks Ismael for the support. Works fine. Topic can be closed
Hi,
Glad we could help! We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay