I am trying to custom place the the YARP plugin, but its not working for me :/
I am embedding the following code:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php related_posts(); ?>
<?php endwhile; ?>
<?php endif; ?>
Help :/