Comment on Remove WordPress Meta Generator Tag by Rajesh Iyer.

WordPress Readme HTML Hi David,

Can you help me understand how to remove the Next links and the previous links which comes on every post. I read on some of the sites including this that we have to insert this code on functions.php file:

remove_action( ‘wp_head’, ‘adjacent_posts_rel_link_wp_head’, 10, 0 );

I am not a techie and only handle wordpress a little bit from its dashboard. I would really appreciate if you could tell me where exactly to put this line of code. I mean after which line and before which line on functions.php file?

Thanks.

Rajesh Iyer