Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4718
    marcmaroc
    Member

    Hello,

    I would like to remove the page title from the main content. It doesn’t  look good if the title is repeated in the main content.

    Like here:

    http://www.fhh-sos-animaux.com/?page_id=725&lang=en

    I can’t find the ”

    <h1 class=”post-title”><a href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?>”><?php the_title(); ?></a></h1>

    There is in the content.php tow entries, but I try whit no success to change it…

    Thanks for your help

    #4728
    Sakin
    Keymaster

    @marcmaroc: Do you mean the title “Our Berber monkey” in the page http://www.fhh-sos-animaux.com/?page_id=725&lang=en

    Why don’t you just hide with the help of CSS. You can just add the following CSS to hide the page title in “Custom CSS” box in your Theme Options panel.
    .page .entry-title { display: none; }

    #4731
    marcmaroc
    Member

    Yes, that was it.

    I have totally forgotten to look at the CSS…

    Thank you for your help

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove title from content’ is closed to new replies.