Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kreg Wallace

    (@kreg)

    You could hide the signature count by deleting line 174 in includes/emailpetition.php which looks like this:

    <span>' . number_format( $petition->signatures ) . '</span> ' . _n( 'signature', 'signatures', $petition->signatures, 'dk_speakup' ) . '

    That will completely remove the feature though. There’s not a way to have the count only display when you’ve got more than 150 signatures, etc.

    Thread Starter jasonpaulweber

    (@jasonpaulweber)

    Thanks Kreg! On the latest update, there seems to be an option to remove signatures; well, it worked for me!

    Thanks again for the wonderful plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to NOT show # of signatures?’ is closed to new replies.