How can I add a comment section on optional position ?
Please note that the wpDiscuz is being loaded via the <?php comments_template() ?> WordPress function.
To customize its placement, you should edit the active theme template files and move the function to your desired location. This allows you to have more control over the display of wpDiscuz on your website.
Thanks for the reply.
As you said, I added custom code in the active theme functions php file by using wpdocde plugin. And now I can use [wpdiscuz_comments] shortcode and put comment section anyplace.
But former comment section is still exist and there are two comment. So I'm trying to hide the former comment from using the CSS code below.
==================================
div#comments { display: none; } .elementor-widget-container .elementor-shortcode div#comments { display: block !important; }
==================================
But I can't find "Top Admin Bar" and “Additional CSS” textarea. Please tell me where is it.
settings>styles and colors>Custom CSS Code ← This is not correct ?