i need a post counter widget.
What do you recommend?
i need a post counter widget.
What do you recommend?
HELP :-)
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
http://kapilchugh.wordpress.com/2010/08/08/wordpress-posts-counter-widget/
This topic has been closed to new replies.