Remove title on Custom Page
-
I had been just commenting out the Title on a custom page (child theme -> album-gallery-page.php), but didn’t work after upgrading to the new theme.
Can I filter it out something like this:
/*Remove Album Gallery Title*/ add_filter('wp_title', 'set_page_title'); function set_page_title($title) { if (is_page_template('album-gallery-page.php')) {} else return $title; }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Remove title on Custom Page’ is closed to new replies.
