Hide page title in wordpress

for hiding the title from the wordpress  home page

go to themes
search for header.php
then edit
.entry-header .h1 {
display: none;
}

Comments

Popular posts from this blog

PHP Ajax Login Validation Tutorial

Real-Time Web Interface to MQTT using Socket.io and Node.js

New User Registration With Email Verification Using PHP and Mysqli