Hi,
I tried contacting them directly, but had no luck.
Bcworkz said the following:
You wouldn’t use a shortcode for this unless you want it to actually appear within the content of your post or page.
What you would do is theme dependent. Some themes display the comments by calling comment_template() from a template. Many others have a custom function for this. Whichever way is used, you would want to comment out the default call and place the same call elsewhere on the template to suit your desire.
When one modifies theme templates, they should create a child theme so their changes are not lost when the theme is updated.
If you tell us what theme you’re using, someone may be able to give you more specific help. Do you want this change just on page post type single pages (the final result of Pages > Add New from the admin menu), or other templates as well?
I think Bcworkz captures exactly what I wanted to do: I want to be able to place my comment section in the page content (I’d create a second column for comments to appear beside my first column). To answer Bcworkz’s question, I’d like this applied to almost all the pages I create, but there might be cases where I want just a one column page with no comments (e.g., About Us, Contact Us, etc.). I figured a shortcode would just make life easy. I did find a plugin called Comment Form Shortcode that allows me to use a shortcode and it recreates the comment section, however the default comment section at the bottom of the page still shows.
The problem becomes: How do I hide the comment section at the bottom? If I disable comments in admin, the shortcode doesn’t work. Any help would be awesome! Thanks, everyone!