Since a shortcode for wpDiscuz evidently does not exist, how (specifically) can I insert the wpDiscuz capabilities into whatever part of a page I choose solely as a standalone "comment wall" - i.e. independent of and NOT attached to any WP post? I can easily do this with the Facebook, Disqus, and other comment plugin shortcodes but very much want to do this with wpDiscuz instead. I'm using the Total theme and Users Ultra. Thank you very much for your help!
and then you can try to use this shortcode: [wpdiscuz_comments]
Please note: WordPress Comment system is designed to be loaded on single post/page, it's not designed for archive pages like Categories, Tags, Author, Search, etc... So make sure you don't load widget with this shortcode on non-single (archive) pages.
Everything seems to work well just after install - will let you know if I run into any issues during testing it further - THANK YOU very much for your help - greatly appreciated!
You're loading wpDiscuz in post content wrapper, so you get that. Comment box should be loaded outside of post content, just below. It's would be better to add <?php comments_template() ?> in post template file instead of adding shortcode (more info>). This shortcode is only for very specific cases if the user understand how can style page layout to make it correct. wpDiscuz is not designed to use with shortcode, wpDiscuz should replaces the default comment automatically. Make sure your default comments are there and work correct, then install wpDiscuz.
I added the code to my functions.php file, then I added the shortcode to the section where I want the standalone comment box to show up and its blank (see picture). Any help?
Please make sure you don't load this shortcode on non-single (archive) pages. The wpDiscuz is designed to be loaded on a single post/page, it's not designed for archive pages like Categories, Tags, Author, Search, etc...