Hello,
I am using your plugin and I checked my posts and its showing me same comments on every post and on every page.
How can I make individual post (faq, etc.) with individual WpDiscuz comment form on it?
I also tried to Display comment form for post IDs for WpDiscuz shortcode [wpdiscuz_comments id="1"], but nothing happens.
Thanks.
Hi,
I did, no result.
Is there any way at all tu put 2 individual forms on same page?
Thanks
Example url: http://kakoda.rs/uradisam/
Code for accordion with wpdiscuz shortcode:
[accordion-item id="item-1" title="Kako da napravim karbonare?"]Lorem Ipsum is simply dummy text of the printing and typesetting industry.
[wpdiscuz_comments]
[/accordion-item]
Currently on every accordion is same shortcode [wpdiscuz_comments], but it's showing only on the top of first accordion (same thing with IDs).
So now I need 4 individual WpDiscuz forms on that page inside those accordions, is that possible?
So now I need 4 individual WpDiscuz forms on that page inside those accordions, is that possible?
If the posts in the lists are different you should add the following shortcode:
[wpdiscuz_comments post_id="15"]
The 15 is just an example, in your case, it can differ.
They are different:
[accordion-item id="item-1" title="Kako da napravim karbonare?"]Lorem Ipsum is simply dummy text of the printing and typesetting industry...
[wpdiscuz_comments post_id="15"]
[/accordion-item]
[accordion-item id="item-2" title="Kako da instaliram PES 2020?"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout...
[wpdiscuz_comments post_id="16"]
[/accordion-item]
[accordion-item id="item-3" title="Kako da umrem?"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout...
[wpdiscuz_comments post_id="17"]
[/accordion-item]
Still showing only on the top of first question..
I also tried "Display comment form for post IDs: 15, 16, 17" - nothing happens
Any update on this?