{[['']]}
The removal of the title of a page gives a more professional look to the page. At the same time it gives more “Website” look than a “Blog” look to your blog. And also it is very easy to do this.
Now let me explain the process:
1. First go to your Dashboard >> New Post >> Edit Pages
2. Then click on “New Page” tab
3. Now add a title and make a page as usual
4. Here comes the trick. At the moment you are in compose mode. Click the tab next to it which says “Edit HTML”
5. Then copy the following code and paste it at the top of the HTML.
<style>
.post h3 {display:none !important;}
</style>
.post h3 {display:none !important;}
</style>
7. Publish your post and enjoy.