Forum Discussion
VarunGrazitti
11 years agoBoss
micha80 - have you tried this?
Configure how many articles to include in the list in Community Admin > Discussion Styles > Blogs.
Configure how many articles to include in the list in Community Admin > Discussion Styles > Blogs.
Sign in to react to this post
micha80
11 years agoExpert
Hi Grazitti,
yes I tried this without success.
Regards,
Michael
Sign in to react to this post
- OlivierS11 years agoLithium Alumni (Retired)
micha80 how about 'Number of articles in the Latest Blog Articles component' in Admin > Blogs?
Sign in to react to this post- micha8011 years agoExpert
Hi Olivier,
I tried that without success.
Regards,
Michael
Sign in to react to this post- nibo10 years agoMentor
I also can't find a setting for this, so currently I do it with jQuery:
$(".lia-component-blogs-widget-latest-comments li:gt(4)").hide();Sign in to react to this post