How to Redirect Your Homepage to Latest Posts in Wordpress

Do you ever wanted to know how to create a blog with no home page? A friend recently asked me, and I came up with that recipe which automatically redirect visitors to your latest blog post when trying to visit the homepage.



To apply this tip, paste the code below to your homepage file (Most of the time it is namedindex.php). Please note that you'll receive a PHP warning if you try to display anything before the wp_redirect() function on line 10.