Hi! I'm trying to put an php widget on my wp install showing the number of signatures.
I tried to use this snippet but something is certaintly missing as it is showing wrong numbers. Do you have a piece of code to execute this?
Snippet I'm using:
<?php
printf(__("<p> Showing %d to %d of %d (%d confirmed)</p>","fcpetition"),$n +1,$j,fcpetition_countu($po),fcpetition_count($po));
?>
[Please post code snippets between backticks or use the code button.]
http://wordpress.org/extend/plugins/wordpress-petition-plugin/