The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Default WP comments (not wpdiscuz) show on Elementor archive template.
How-to and Troubleshooting
(@tedtanaka)
Active Member
Joined: 5 years ago
Wpdiscuz commenting works fine on a single post page defined using Elementor (with single post template). However, when I try to use the posts widget in an Elementor archive template (using a loop template for each post), the comments shown are the default Wordpress comments, not wpdiscuz comments.
Any suggestions on how to get the wpdiscuz commment to show in an archive template with loop template for each post?
Thanks!
(@asti)
Illustrious Member
Joined: 8 years ago
@tedtanaka,
wpDiscuz comment plugin is designed for single post types (posts, pages, etc…). We’re really sorry but there is no way to load wpDiscuz comment form on Archive pages like category, tags, author, etc…
Even if you find a way to include the comment section, it’ll not work correctly. The comments will be messed, i.e. the comments from one post will be added under another one. No matter under which post is made a new comment it’ll be added for only one post.
(@tedtanaka)
Active Member
Joined: 5 years ago
Oh, ok, thanks for clarifying! I didn't even consider that comments from multiple posts could get confused if all on the same page.
Hmmm, I may have to look into using iframes or something. My client wants to show multiple posts on a page, and have the comments open in a modal box.
Any creative suggestions to work around the limitations?
(@jb-skypress)
New Member
Joined: 5 years ago
Have you tried just to put this in the code::
<?php
$withcomments = "1";
comments_template();
?>
I get all the right comments to each post but unfortunately only standard WP commenting and not wpdiscuz.
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8190
Jan 27, 2021 8:42 am
@jb-skypress,
As I've already mentioned wpDiscuz comment plugin is designed for single post types (posts, pages, etc…). We’re really sorry but there is no way to load wpDiscuz comment form on Archive pages like category, tags, author, etc…