0

this is the code the site was working in 000webhost but in my local hist it don't work

if ( 'newest' == get_option('default_comments_page') ) {
        if ( $pagenum != $max_page ) {
            if ( $wp_rewrite->using_permalinks() )
                $result = user_trailingslashit( trailingslashit($result) . $wp_rewrite->comments_pagination_base . '-' . $pagenum, 'commentpaged');
            else
                $result = add_query_arg( 'cpage', $pagenum, $result );
        }
} elseif ( $pagenum > 1 ) {
        if ( $wp_rewrite->using_permalinks() )
            $result = user_trailingslashit( trailingslashit($result) . $wp_rewrite->comments_pa

0 Answers0