setHNum(2);
$blog->setOverrideContinueReadingLinkTarget('indexentry.php');
$blog->setErrorMessage("Could not retrieve file.");
$blog->setDateFormat(false);
$blog->setListLinkToBlog(false);
$blog->setEntryShowDesc(false);
$blog->setListLinkToEntry(false);
$blog->showLastNEntries(4);
$blog->setEntryLinkToList(false);
$blog->setEntryReportError(false);
$blog->setContinueReadingLink(true);
//$blog->showCategory(array(9295)); //home page category
$blog->showCategory(array(10218)); //shows non-course posts
$html = $blog->getBlogHtml();
if ($html) {
echo '
Community Events & News
';
echo $html;
echo '
View all
';
}
?>