get_post_stats($_GET['author'], 'publish', 30);
$last_7_p = $this->get_post_stats($_GET['author'], 'publish', 7);
$draft = $this->get_post_stats($_GET['author'], 'draft', 0);
$review = $this->get_post_stats($_GET['author'], 'review', 0);
$last_30_c = $this->get_comment_stats($_GET['author'], 30);
$last_7_c = $this->get_comment_stats($_GET['author'], 7);
$last_30_a = $this->get_comment_avg($_GET['author'], 30);
$last_30_w = $this->get_word_count_avg($_GET['author'], 30);
$last_30_i = $this->get_inch_count_avg($_GET['author'], 30);
?>
Total published post(s) in last 30 days - c; ?>
Total published post(s) in the last 7 days - c; ?>
Total post(s) in draft status - c; ?>
Total post(s) in pending review status - c; ?>
Average inch count per post in last 30 days -
Average word count per story in last 30 days -
Average number of comments per story in last 30 days - c ?>
Most commented story in last 30 days
post_title; ?>
- (c; ?>)
No stories w/comments in last 30 days.
Most commented story in last 7 days
post_title; ?>
- (c; ?>)
No stories w/comments in last 7 days.
Most viewed story in last 30 days
Most viewed story in last 7 days