• Resolved cheryanne

    (@cheryanne)


    I would like to increase the WordPress Admin Dashboard’s Trending Now widget entries from 5 to 10. If there is not a simple option I would like to know which file I should manually edit – I already do this for the WordPress Admin Dashboard’s Activity widget for Publishing Soon and Recently Published.

    Thanks again for this great plugin – it’s very useful and customisable.
    Chery.

    • This topic was modified 2 years ago by cheryanne.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @cheryanne,

    Adding this code snippet to your theme’s functions.php file should do the trick:

    add_filter('wpp_trending_dashboard_widget_args', function() {
        return ['limit' => 10];
    });

    Thanks again for this great plugin – it’s very useful and customisable.

    You’re most welcome!

    Thread Starter cheryanne

    (@cheryanne)

    Perfect! Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard: Trending Now’ is closed to new replies.