Title: Hide Page Title
Last modified: August 19, 2016

---

# Hide Page Title

 *  [benjiblis](https://wordpress.org/support/users/benjiblis/)
 * (@benjiblis)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/hide-page-title-3/)
 * Hmmmmm… new changes to WP have made it difficult for me to figure out how to 
   now hide the page’s title.
 * It used to work to take the code like this:
    <h1><?php the_title(); ?></h1> or
   <h2><?php the_title(); ?></h2>
 * and modify it so that it looks like this:
    <!– h1><?php the_title(); ?></h1 –
   > or <!– h2><?php the_title(); ?></h2 –>
 * Not happening anymore…

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [benjiblis](https://wordpress.org/support/users/benjiblis/)
 * (@benjiblis)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/hide-page-title-3/#post-1953908)
 * From the page.php in editor, is there anything else I can do?
 * By Removing <?php echo $content; ?> you can remove the title, but it also removes
   the other content.
 * Echo, echo!!! Who knows echo?
 * Help, please 🙂
 * Site is: [http://www.mauiweddingcoordinators.com](http://www.mauiweddingcoordinators.com)
 *  Thread Starter [benjiblis](https://wordpress.org/support/users/benjiblis/)
 * (@benjiblis)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/hide-page-title-3/#post-1953959)
 * GOT IT!!!
 * Go to post_title.php and delete everything!
 * MAHALO
 *  [Adam Blodgett](https://wordpress.org/support/users/epymetheus/)
 * (@epymetheus)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/hide-page-title-3/#post-1953962)
 * An alternative option would be to use CSS to keep the title from displaying, 
   which gives you the added benefit of still having the content on the page for
   search engines, but doesn’t disturb the layout.
 * In this case the CSS would be:
 *     ```
       h1.entry-title { display:none; }
       h2.entry-title { display:none; }
       ```
   
 * A.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide Page Title’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Adam Blodgett](https://wordpress.org/support/users/epymetheus/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/hide-page-title-3/#post-1953962)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
