Forum Replies Created

Viewing 1 replies (of 1 total)
  • Ramy-Nasr

    (@ramy-nasr)

    Thank you Zoonini. I tried your code but it gave me an error that the endif; was misplaced or something. I changed your example a little and it worked perfectly using this code in the page.php file.

    <?php if (!is_page(array('blah1','blah2','blah3'))) { ?>
    
    <h1><?php the_title(); ?></h1>			
    
    <?php } ?>
Viewing 1 replies (of 1 total)