remove page title based on if statement
-
I’m looking to remove the page title header if the page is my homepage, I’ve tried the following code but to no avail:
<h2><?php if (the_title != "Homepage") echo the_title() ?></h2>
Any help would be most appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘remove page title based on if statement’ is closed to new replies.