Home › Support › Popular Widget › New Version errors: Language support, Number of posts › Reply To: New Version errors: Language support, Number of posts
June 21, 2012 at 6:16 pm
#48092
jlptbootcamp
Participant
There is a bug in the include.php file for the most recent posts.
Line 253 should be changed from
‘numberposts’ => $numberposts,
To:
‘posts_per_page’ => $limit,
This will display the correct amount of most recent posts (according to the limit you set)