I have a blog at jeansforcurvywomen.org. The page looks fine, but when you click on a post you get an error at the bottom of the post. It says there is a problem with line 17 on my single post page. Here is line 17 <div id="related_post"><?php wp_related_posts(); ?></div> What should I do to fix this problem?
wp_related_posts() is undefined, which mean WP Related Post plugin is not installed. Just downlaod and install WP Related Post plugin.
What the others have said, or, if you dont need the plugin, delete the line and you solved the problem.