Oct 24, 2023 4:22 pm
Hello! Is there a way to display the plugin in multiple places on the page? For output I use the function <?php comments_template(); ?>
The problem is that according to the design of the site, when it is adaptive, I need to show comments in completely different places on the page. And if I make multiple calls to the <?php comments_template(); ?> in different places, then the plugin events do not work for me. This is logical, since as far as I understand, all js scripts are linked by id. Can I somehow solve this problem?
p.s site on wordpress
2 Replies
Oct 24, 2023 5:28 pm
Hi @winde,
As you've already mentioned all scripts are mapped by ID and changing this logic requires tons of customizations in php/js files, so, unfortunately, that's not possible to do.