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.
Hello guys how are you?
I need your help. Basically I would like to display the comments in my website in a box like this one:
Because I like the idea of the comments area matching the other windows.
I'd like this box to generate under pages and posts but I am not sure how to do this.
Under pages I can fix it by putting a shortcode (I've tried using one found on the internet but it's not working)... But under posts I am not sure. Any ideas?
Please help. I'd be grateful! <3
Try to add the code below in the template file:
<?php
echo do_shortcode("[wpdiscuz_comments]");
?>