Title: Template Page Content Title
Last modified: August 20, 2016

---

# Template Page Content Title

 *  [Ghily](https://wordpress.org/support/users/ghily/)
 * (@ghily)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/template-page-content-title/)
 * Hey guys … I have been trying to figure out a way to NOT have the content title
   show on my Static Home Page.
 * I thought that I could just delete the following from the page template:
 * </h1>’
 * But it doesn’t work. Any suggestions?
 * Scott
    [http://www.diyimkt.com](http://www.diyimkt.com)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/template-page-content-title/#post-2104210)
 * are you positve that you’ve identified and edited the right template?
 * the code section should look like:
 *     ```
       <div class="homepagebody">
                             <div class="post2">
   
                           <h1 class="title cufon"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
       ```
   
 * or you can try the css approach:
 * add this to style.css of your theme:
    `.home .homepagebody .post2 h1.title { 
   display: none; }`
 *  Thread Starter [Ghily](https://wordpress.org/support/users/ghily/)
 * (@ghily)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/template-page-content-title/#post-2104213)
 * Alchymyth … thanks for the quick response.
 * Yes I am looking at the right template. I actually had this Page Template made
   for me by a freelancer … I am no PHP guy. I am using it as my static homepage.
 * I dropped your code in place of what he had and it didn’t change anything for
   good or bad.
 * The CSS fix worked great.
 * Thanks for your help!

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Ghily](https://wordpress.org/support/users/ghily/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/template-page-content-title/#post-2104213)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
