• Resolved webdeveloper@geh

    (@webdevelopergeh)


    I located all the places in the WP editor to remove

    <header class=”entry-header”>
    <h1 class=”entry-title”></h1>
    </header>

    but every time I refresh, it is still there. Which file is this hardcoded so I can remove it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter webdeveloper@geh

    (@webdevelopergeh)

    Two days and no reply. Don’t worry about it. I found how to remove that section by doing this:

    1. Go to the content-page.php in your editor.
    2. Comment out the section.

    <!–
    <header class=”entry-header”>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    </header><!– .entry-header –>

    3. save file. Now you can name your home page without the name of the page also in the article section.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Remember, these are volunteering forums. Don’t be surprised that your query doesn’t get answered immediately. Commercial theme vendors require 3-5 business days to answer, for comparison.

    If you need urgent support, consider hiring someone at https://jobs.wordpress.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove "Home" Section’ is closed to new replies.