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?
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpDiscuz community!
Merry Christmas and Happy Holidays! 🎄
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.