Is there way to redirect all blog post pages to Home page?

Myself found the answer.

I added <?php wp_redirect( 'http://www.mydomainname.com', 301 ); exit; ?> in single.php page.