Heading for new pages
Hi
I just wanted to share how you can get the same heading template when you create new pages. (see picture of what iam talking about)
blist.JPG
It annoyed the crap of of me when i got a link and some bold text instead of this format.
This is what you do.
In page.php
- Add this
<div class="section-head"><h1><?php the_title(); ?></h1></div> to row 2,
AFTER
<div id="main"> and BEFORE
<?php while ( have_posts() ) : the_post(); ?>
- Remove this from row 6
<h1><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
Done!
Enjoy!
Last edited by bodell; July 22nd, 2012 at 12:59 PM.
Reason: removed wrong picture