Now I try to install a plugin “anycomment” on my site. In single.php I inserted this:
<?php do_shortcode('[anycomment]') ?>
But it’s not working. Why?
I attached screens with plugin: First Second screen
Can you help me with it? Thanks advance
Answer
Try
<?php echo do_shortcode('[anycomment]'); ?>