Hello, thanks for the awesome plugin!
I wanted to move the position of wpdiscuz to be in a custom `<div>` in a sidebar and not at the end of the post. I have tried using the shortcode and hide the divs related to wpdiscuz at the end of the posts but it seems like that when there are two instances of wpdiscuz one breaks (the form where to write the comment was missing, it had `display: none` but even when made visibile it was broken).
Is there an hook to manipulate where to display the wpdiscuz html instead to be at the end of the post?
Many thanks
(the form where to write the comment was missing, it had `display: none` but even when made visibile it was broken).
Please leave a screenshot of the issue and the example URL where we can see the issue.
I am so so sorry! I have realised that I just need to move the comments_template() where I wanted. Sorry again