ID);
$blog_reg_date = date($date_format, strtotime($time));
$now = date($date_format);
$author_cats = $this->statistic->get_author_posts_categories($post->post_author);
$posts_limit = $this->options->popular_posts_limit;
?>
options->is_display_author_avatar) {
?>
options->is_display_author_name) {
?>
-
Total Posts
statistic->get_author_all_posts_count($post->post_author, $blog_reg_date, $now); ?>
-
Total Categories
-
Categories List
statistic->get_author_posts_tags($post->post_author); ?>
-
Tags List
options->is_popular_posts_by_post_views == 1) {
$author_popular_posts = $this->statistic->get_author_popular_posts_by_view_count($post->post_author, $blog_reg_date, $now, $posts_limit);
foreach ($author_popular_posts as $author_popular_post) {
$post_id = $author_popular_post['post_id'];
$post_title = $author_popular_post['p_title'];
$post_views_count = $author_popular_post['view_count'];
?>
-
statistic->get_author_popular_posts_by_commment_count($post->post_author, $blog_reg_date, $now, $posts_limit);
foreach ($author_popular_posts as $author_popular_post) {
$post_id = $author_popular_post['post_id'];
$post_title = $author_popular_post['p_title'];
$post_comments_count = $author_popular_post['c_count'];
$comment_status = $author_popular_post['c_status'];
?>
-