I liked the WordPress plugin Add Post Footer especially for adding Related Posts at the end of the post. But this plugin used $post->guid for links which I did not wanted to keep as I had some Imported articles so I used $post->post_name as a solution at appropriate line in plugin code and this worked fine for me.