I'm having an issue with the content-page.php script. I'm trying to change it where on page id 52, the header does not appear but I keep getting PHP errors. My code is below. Where am I screwing up?
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
if ( is_single() ) {
<?php if ( !is_page('52') ) {
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
</header><!-- .entry-header -->
} ?>