Have a special post you want to keep at the top of your blog? WordPress makes it easy with “sticky” posts. When you go to publish your post, just click on the “edit” button next to “Visibility”. Then just tic the box marked “Stick this post to the front page”. So easy!
Also, if you want to style your sticky post, there are some things you can do with CSS. For instance, I used
.sticky .post-info {display:none;}
to get rid of the “post-like” author and date on this post so it seems more like a banner and less like a post.