![]() |
| How to Make Popular Post in Wordpress |
this is some steps to make popular post:
=> install the WordPress Popular Posts plugin.
=> open sidebar.php in your template
=> Submit code
<ul><?php get_mostpopular("range=daily&limit=10"); ?></ul> in your sidebar=> Range:
- daily: Popular Post today,
- weekly: Popular Post this week,
- monthly: Popular Post this month,
- yearly: Popular Post this year.
Limit: max article that show.
=> save your template
ok, now you had been make popular post, and I hope you can see the popular post in your blog. thanks
