• Hi everyone

    first of all: thank you many times for that great tool.
    I have a question for you.

    Right now, I can only view the top 10 sites that have been visited.
    However, I am more interested in sites ranking from 10 – 30.

    Is there any chance I can enhanced the site page=wps_pages_page to view more than 10 results?

    Thanks and best wishes
    Peter

Viewing 1 replies (of 1 total)
  • Thread Starter peter3333

    (@peter3333)

    Hi

    I found the answer myself.
    Please edit file class-wp-statistics-pages.php in plugins/wp-statistics/includes

    I edited this section

    /**
         * Get Top number of Hits Pages
         *
         * @param array $args
         * @return array|int|mixed
         */
        public static function getTop($args = array())
        {
            global $wpdb;
    
            // Define the array of defaults
            $defaults = array(
                'per_page' => 40,
                'paged'    => 1,
                'from'     => '',
                'to'       => ''
            );

    Good luck to everyone

Viewing 1 replies (of 1 total)
  • The topic ‘View more than 10 sites’ is closed to new replies.