Reply To: New Version errors: Language support, Number of posts

HomeSupportPopular WidgetNew Version errors: Language support, Number of postsReply To: New Version errors: Language support, Number of posts

#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)