Is there a plugin that counts posts by author?

I don’t know about a plugin but you can use this: In author.php you can use this to count posts: <?php global $wp_query; $curauth = $wp_query->get_queried_object(); $post_count = $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->posts WHERE post_author=”” . $curauth->ID . “” AND post_type=”post” AND post_status=”publish””); ?> <h2>Post Count: <?php echo $post_count; ?></h2> Inside a Loop you can use … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)