I would like to have one specific page on my WordPress blog omit the header .
Is there a way to wrap that title code from page.php in my WordPress theme in an if clause that specifies the page I do not want the title to appear on? For instance, if page is 135, do not display title, else display.
Thanks!