Currently, the discussion thread is correctly showing at the bottom of the page. But this means that when my sidebar is very long, and the page content is very short, then the comments area appears below the long sidebar, which is virtually inaccessible to the user. Is there a way to get WPDiscuz to insert the comment thread directly after the page content, not on the bottom of the page below the bottom of the sidebar?
Hi,
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.
Thank you! it turns out my theme ("Blocksy") has software controls for Comments, so I was able to move it based on your advice.