Hi,
Thanks for the reply.
I've installed Yuzo Related Post plugin. However the "Related Post" appears twice under each post. I was given instruction by Yuzo developer to add a shortcode in single.php file under yolo-sofani theme folder but I couldn't find the function of the_content() in the single.php file as mentioned below. I also couldn't find the function in the single.php file under yolo-sofani template folder.
1) deactivate option Automatically append to the post content
2) go to file single.php in your theme
3) search funcion the_content() and below put code <?php echo do_shortcode( "[yuzo_related]" ); ?>
Can you please help me with this?
Thanks.