Good afternoon,
I wish to add a ‘related posts’ php code to the very bottom of my blog single post rather than it automatically appearing in a place I do not like:
<?php get_related_posts_thumbnails(); ?>
I am guessing I need to create a new .php file and put it into my pro child theme? If so what should it be called and where should it go?