Hello,
So far I really enjoy Enfold, but now I have another questions.
How to increase numbers of related entries list under single post?
Currently I have 6, I think it is by default. So I want to add at least 12 entries. How to do this?
Please help.
Thank you
Hi tropsens!
Please go to Enfold/includes folder and open related-posts.php file and find
'columns' => 6,
and change it to
'columns' => 12,
Cheers!
Yigit
Hi Yigit,
It work like charm. Thanks a lot.