Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@ghily)

    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.