Event | Count |
0 )
{
$Total = 0;
$Other = 0;
$Rows = 0;
foreach ($CountData as $Id => $Count)
{
$BlogPost = new Blog_Entry($Id);
if ( $BlogPost->Status() == 1)
{
$Total += $Count;
if ($Rows < 20)
{
$Rows++;
?>
Get("Title"); ?> |
|
0)
print "Other | ".$Other." |
";
print "Total | ".$Total." |
";
}
else
{
?>(no 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();
?>