Custom Page Template to remove title area (entry header)
-
Hi,
Wanted to see if anyone had any suggestions on how to create a custom page template to remove the top title area, called entry-header.
I can accomplish this with CSS in my Child Theme
.page-id-412 .entry-header, .featurette-divider
{
display: none;
}But kind of sloppy to do this for 20 plus pages.
I do have a custom-page-php set up, just copied the page template code and renamed it.
But I am really lost on this code. No simple way to omit the title or so forth.
Anyone out there need to do this? Maybe can share a template?
Thanks, Tom
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Custom Page Template to remove title area (entry header)’ is closed to new replies.