• I am trying to remove the automatic inclusion of the page header from my design. I want it as part of the page content. How & where do I remove this line of code so that it only draws from my CSS layout?

    http:www/myaikenbody.com/wp/

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your page.php look for the code that looks like:

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

    Just delete that and that should take care of the headings in your pages.

    For me this code was in ‘content.php’.

    I believe it varies based on which theme is in use. (twentytwelve here)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove "entry header" from the page’ is closed to new replies.