Home / Archive / Remove the Page Title from the Page Header
Duplicate Snippet

Embed Snippet on Your Site

Remove the Page Title from the Page Header

The following code can be used to remove the title from the page header title area if you wish to use it only for your breadcrumbs or just want to display a solid image when using the background image page header style.

Code Preview
php
<?php
add_filter( 'totaltheme/page/header/has_title', '__return_false' );

Comments

Add a Comment