Removing title from top of pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • #10664
    Mikester
    Participant

    Hi all,

    I’m new to WordPress and am just setting up a site (http://the-wolf-and-i.com/). I really love the Pinboard theme and have been modifying a few things with a child sheet, but have a question…

    If you look on the site, the top menu/navigation bar has the links News, Travel, Projects, About, Contact, etc, and when you click on one of these links you are taken to the specific page where the text/title of that page (News, Travel, Projects, About, Contact, etc) is also displayed at the top of the content/posting area (the best example is in the About page – http://the-wolf-and-i.com/about/)

    I would like to remove the page title and reduce the padding within the content/post area so that the top padding is equal to the side padding.

    I’ve had a look at other topics but can’t seem to find anything that works. If anyone has any suggestions or can help in any way I’d really appreciate it.

    Thanks, Mike

    #10676
    Daniel Tara
    Keymaster

    Open page.php and remove this line:

    <h1 class="entry-title"><?php the_title(); ?></h1>

    The line height of this element is part of the spacing so if you remove it the spacing on the top should align with the top one.

    #10699
    Mikester
    Participant

    Works great, thanks for the help Daniel!!

    Mike

    #11960
    dinnaila
    Participant

    Hi Daniel

    How can I remove titles from all blog posts and pages

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.