Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Super easy to use but why can't I find the embed code? I want to add a suggestions box at the bottom of one page.
I'm using WPBakery.
If not embed, how else can I display and put the form on a page?
Hi @khall,
All you need is calling the <?php comments_template() ?> WordPress template function on the tab where you want to insert the commenting part. wpDiscuz is being loaded via the function. More info here: https://codex.wordpress.org/Function_Reference/comments_template
Ah OK, quite manual, but thanks. I was looking for an embed code. Thanks for answering so quickly.