Educating the Public on Evidence-based methods for improving inter-group civility.

CivilPolitics.org Blog

<?php
/**
* The following displays a list of the 10 most recent blog titles
* as links to the full blogs. If you want to increase/reduce
* the number of titles displayed, simply change $listlength value.
*
*/
$listlength="50";
$nodetype="blog";
$output = node_title_list(db_query_range(db_rewrite_sql("SELECT n.nid, n.title, n.created FROM {node} n WHERE n.type = '%s' AND n.uid != 36 AND n.status = 1 ORDER BY n.created DESC"), $nodetype, 0, $listlength));
print $output;
 
echo "<div class=\"more-link\"> <span class=\"icon\">&nbsp;</span> <a href=\"/blog\" title=\"Read the latest blog entries.\">more</a></div>";
 
?>
Our goal is to educate the public about social science research on improving inter-group relations across moral divides.