• Hello there,

    I have one problem, As per mu design i have to remove Header and footer tag from page.php.

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

    But i want it like

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

    So, In future it would affect or not? and is this tag(header)/class(entry-header)relate with any WordPress default plugin?

  • The topic ‘Want to remove Header and footer tag from Page.php’ is closed to new replies.