jlptbootcamp

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply 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)

Viewing 1 post (of 1 total)