angus
(Angus McLeod)
December 9, 2023, 8:51am
2
Hey there @Vladislav_Musílek ,
The WP Discourse plugin hooks into the filter for the standard Wordpress function get_comments_number
. So you can show the number of Discourse comments on a post by echoing that in your template:
echo get_comments_number();`
For more on WP Discourse comments check out
You can use Discourse as a comments system for Wordpress. The Commenting features are dependent on the publishing features, so you need publishing to be set up for commenting to work. If you’ve set up publishing and are ready to set up commenting, watch this short video, or follow the instructions below.
Next Step
Once you’ve set up commenting, you may want to check out the following topics
Log in to Discourse with Wordpress (DiscourseConnect)
Instructions
Setting up Commenti…
3 Likes