The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Question [Solved] Multiple plugin outputs per page
(@winde)
Active Member
Joined: 2 years ago
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
(@jacob)
Estimable Member
Joined: 10 years ago
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.
(@winde)
Joined: 2 years ago
Active Member
Posts: 4
Oct 24, 2023 6:31 pm
@jacob its so unlucky =( but it might be a good idea for a future version of the plugin because it is a very important functionality