• Resolved homeschoolbukol

    (@homeschoolbukol)


    Hello,

    How do I remove the extra header of the pages in my site? I am using the theme Dara by Automattic. Also, I removed the title of the pages of my site and typed them instead on the visual editor so I can customize them and turn them to color blue. But, on the pages Homeschool 101, and Freebies, I did not remove the title because they are in the featured front page content, and their titles won’t show on the front page if I remove the title. But I think this is what causes the extra header, but I don’t know what to do, without affecting the title of the featured front page content.

    I provided a screenshot:

    https://www.dropbox.com/s/edxp8f6wcmfzntm/Bug.PNG?dl=0

    Please help. Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, homeschoolbukol! You can find it in content-page.php with the code

    <header class="entry-header">
    	<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
    </header><!-- .entry-header -->

    and remove it.
    By going to Appearance -> Editor or through FTP access.

    Thread Starter homeschoolbukol

    (@homeschoolbukol)

    Thank you very much, it worked!!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove header in pages?’ is closed to new replies.