Take the Pledge

I pledge to speak in a kind way
and to help others throughout my day.
I will not harm others with words or deeds
and I will stand up when there’s a need.



[insert_php]
global $wpdb;
$dmm_results = $wpdb->get_results(“SELECT name FROM sigs”);
$dmm_sigs = 0;
foreach ($dmm_results as $dmm){
$dmm_sigs += 1;
}
echo “Total Signatures: “.$dmm_sigs;
[/insert_php]