Hi
I wonder if there is a chance that in the widget “enfold Latest News” to enter more than 20 posts and use the slide bar to for example have all posts from one category.
Hi Lukasz!
Thank you for using Enfold.
Yes, it is possible but you need to edit the file called class-framework-widgets.php, located on framework > php folder. Look for this line of code:
for ($i = 1; $i <= 20; $i++ )
Replace it with:
for ($i = 1; $i <= 50; $i++ )
Regards,
Ismael
This increases the number of visible entries of the category to 50. And if it is possible to do so that it was visible 10 and the rest was browsing using the slider? I want to have view all post from one category using side slide bar.
Hey!
No, I’m sorry but that is not possible without major modification on the theme. You might need to hire a freelance developer to add the option.
Regards,
Ismael
Is there a way to set up ALL posts?
Hi!
You can simply increase the number in the code Ismael posted here – https://kriesi.at/support/topic/enfold-latest-news-widget-3/#post-383675
Regards,
Yigit