Sep 12, 2020 3:22 pm
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
3 Replies
Sep 14, 2020 12:05 pm
Try to add the code below in the template file:
<?php
echo do_shortcode("[wpdiscuz_comments]");
?>