Viewing 1 replies (of 1 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    hi, open the wp-statistics.php and goto 426 line
    replace:

    function wp_statistics_countposts()
    {
    	$count_posts = wp_count_posts('post');
    	return $count_posts->publish;
    }

    thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Statistics] Fatal error when using shortcodes’ is closed to new replies.