Forums
Home / Fixing WordPress / post counter widget
(@maordany)
14 years, 3 months ago
i need a post counter widget. What do you recommend?
HELP ??
(@kapilchugh)
If you want to show total no of posts then use this function $num_posts = wp_count_posts( ‘post’ ); echo $num_posts->publish;
how can i put it on widget?
You can copy paste from this link https://kapilchugh.wordpress.com/2010/08/08/wordpress-posts-counter-widget/