You are right. I will continue asking and let you know what i find. Thank you very much!
thanks oli
I’ve been reading the code from Statbadge plugin. It shows the number of posts as a number using this function (im not a programmer)
function GetPosts()
{
if(function_exists('wp_count_posts')) {
$info = wp_count_posts( 'post' );
return( intval( $info->publish ) );
}
return '-';
}
So i think what i want to take as the progress value is the number of post in the blog.
By the way i began to design the interface at http://meto2.net/ibague
thanks for your help
Hi. I want to know if current amount can be automatically takes the number of post value instead of an input number. We want to make a support campaing through sending sms and we want to visualize the number of messages posted in our blog.
Thanks in advance