How Do I Find the Comment Number in WordPress?

There are a few ways to find the comment number in WordPress. One way is to use the WordPress comment number finder plugin.

Another way is to use the wp_comments table in the WordPress database. Finally, you can use the comment_number() function in your PHP code.

The easiest way to use the comment number finder plugin is to go to the plugin’s page on WordPress.org, and click the “Download” button.

The plugin will install automatically, and you’ll be able to find the comment number in the “Output” section of the plugin’s main screen.

If you want to use the wp_comments table in the WordPress database, you’ll need to log in to your WordPress site and go to the “wp_users” table. The comment_number() function will return the comment number for the given user ID.