Display Single Post on Home Page in WordPress
Most themes have some sort of post roll that lists out the most recent posts on the home page. In most cases this is the ideal way to get your readers up to date on your most recent information. Say you had a more traditional website that displays what your company is about on the home page and maybe your recent or most read blog posts are relegated to the sidebar. So how do we display just a single post in that home page body section? Pretty simply it turns out.
Just prior to the php while loop (look at the file located in Appearance > Editor > index.php) set the query_posts method equal to the id of your post. So you’d have something that looks like this.
