count the total number of comments the user has received for his published posts

You can use the get_comments() function like so: $total = get_comments( array( ‘post_author’ => get_current_user_id(), ‘post_status’ => ‘publish’, ‘type’ => ‘comment’, ‘count’ => true, ) ); echo ‘total comments of your all posts : ‘ . $total; Just customize the arguments based on your requirements/preferences, and in the above example, I’m retrieving the total number … Read more

Threaded comments not working

If your theme is old (made for WP version before 2.7) you will need to upgrade its code to work with threaded comments. Probably both internal code and styling. Most fitting article I can find in docs is Migrating Plugins and Themes to 2.7/Enhanced Comment Display Plus there were major changes to comment form functionality … Read more

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