Show or hide the page title in WordPress

Many of you have asked me a question how you hide the page title in WordPress, for example Home page. Some people don’t like to show the word “Home” right on frontpage. I tell you what; it’s not that difficult if you know how classes and functions work in this system. So this is what you should do to hide the title of the frontpage.

step 1) Go to directory /wp-includes/ in the root directory

step 2) Edit the function called function the_title($before = ”, $after = ”, $echo = true) in the file post-template.php

That’s it. You’re done. The rest will be taken care by HTML template of your selected theme.