<aside id="dashboard-acct-stats"> <div class="section-head"> <h3><?php _e( 'Account Statistics', APP_TD ); ?></h3> </div> <?php $stats = va_dashboard_get_user_stats($dashboard_user); ?> <ul class="stats"> <li><?php printf( __('Live Listings: %d', APP_TD ), $stats['listings_live'] ); ?></li> <li><?php printf( __('Pending Listings: %d', APP_TD ), $stats['listings_pending'] ); ?></li> <li><?php printf( __('Expired Listings: %d', APP_TD ), $stats['listings_expired'] ); ?></li> <li><?php printf( __('Total Listings: %d', APP_TD ), $stats['listings_total'] ); ?></li> </ul> <ul class="stats"> <li><?php printf( __('Live Reviews: %d', APP_TD ), $stats['reviews_live'] ); ?></li> <li><?php printf( __('Pending Reviews: %d', APP_TD ), $stats['reviews_pending'] ); ?></li> <li><?php printf( __('Total Reviews: %d', APP_TD ), $stats['reviews_total'] ); ?></li> <li>Blog Articles: <?php echo get_the_author_posts(); ?></li> </ul>
There are currently 1 users browsing this thread. (0 members and 1 guests)