How To Hide Title Of Static Front Page
Hey,stevex wrote:Paste this code in style.css file
add
.entry-header .entry-title {
display: none;
}
And you can also remove it from index.php file
<php the_title(); ?> or the_title();
This topic was started on Jun 03, 2014 and has been closed due to inactivity. If you want to discuss this topic further, please create a new forum topic.