Real_Current_Date( 'Y-m-d', '-0', $rangestart_utime ), $WP_Statistics->Real_Current_Date( 'Y-m-d', '-0', $rangeend_utime ) ); ?>



0 ) { // Instantiate pagination object with appropriate arguments $pagesPerSection = 10; $options = 10; $stylePageOff = "pageOff"; $stylePageOn = "pageOn"; $styleErrors = "paginationErrors"; $styleSelect = "paginationSelect"; $Pagination = new WP_Statistics_Pagination( $total, $pagesPerSection, $options, false, $stylePageOff, $stylePageOn, $styleErrors, $styleSelect ); $start = $Pagination->getEntryStart(); $end = $Pagination->getEntryEnd(); $site_url = site_url(); echo "
"; $count = 0; foreach( $uris as $uri ) { $count++; if( $count >= $start ) { echo "
"; if( $uri[3] == '' ) { $uri[3] = '[' . htmlentities( __( 'No page title found', 'wp_statistics' ), ENT_QUOTES ) . ']'; } echo "
{$count} - {$uri[3]}
"; echo "
".__('Visits', 'wp_statistics').": " . number_format_i18n($uri[1]) . "
"; echo ""; echo "
"; } if( $count == $start + 10 ) { break; } } echo "
"; } ?>
0 ) {?>
display(); ?>

getCurrentPage() . ' ' . __( 'From', 'wp_statistics' ) . ' ' . $Pagination->getTotalPages(); ?>