I'm aware this README needs some work. There's an excellent write-up on using the plugin here.
You add a progress meter by including the following in a post or in a text widget:
<!--progpress|MeterTitle|MeterGoal|CurrentCount|PreviousCount|CountLabel-->
or, if you want to use it directly in one of your template files (thanks to Scott Phillips for pointing out I forgot this):
<?php if (function_exists('jcp_progpress_generate_meter')){
echo jcp_progpress_generate_meter("MeterTitle", MeterGoal,
CurrentCount, PreviousCount,"CountLabel");
}?>
Only MeterTitle, MeterGoal, and CurrentCount are required. The other arguments can be left off.
The appearance of the meters are controlled via css, and can be customized accordingly to allow them to better fit the feel of your site. The default CSS can be viewed on the settings page. Example customizations can be seen on the plugin homepage.




