Event | Count |
0) {
$Total = 0;
$Other = 0;
$Rows = 0;
foreach ($CountData as $Id => $Count) {
if (Record::itemExists($Id)) {
$BlogPost = new Entry($Id);
$Total += $Count;
if ($Rows < 20) {
$Rows++;
?>
= $BlogPost->Get("Title"); ?>
|
= $Count; ?> |
0) {
print "Other | ".$Other." |
";
}
print "Total | ".$Total." |
";
} else {
?>(no = $Caption; ?> for this period) |
Period: "
.date("M j Y", strtotime($StartDate))." - " .date("M j Y")
." | ";
?>
Blog Usage Metrics
Title("Blog Post Views
");
$H_ViewsPerDay->Display();
?>
Title("Blog Post Shares
");
$H_SharesPerDay->Display();
?>