Ticket #1047: rosetta-title-v2.patch
| File rosetta-title-v2.patch, 1.2 KB (added by , 11 years ago) |
|---|
-
page.php
1 1 <?php get_header(); ?> 2 <?php if (have_posts()) : ?> 3 <?php while (have_posts()) : the_post(); ?> 4 <div id="headline"> 5 <div class="wrapper"> 6 <h2><?php the_title(); ?></h2> 7 </div> 8 </div> 2 9 <div class="wrapper"> 3 10 <div class="section"> 4 <?php5 while(have_posts()):6 the_post();7 ?>8 11 <div class="main"> 9 <h3><?php the_title(); ?></h3>10 11 12 <?php the_content(); ?> 12 13 </div> 13 14 … … 18 19 </div> 19 20 </div> 20 21 </div> 21 <?php 22 endwhile; 23 get_footer(); 24 ?> 22 <?php endwhile; ?> 23 <?php endif; ?> 24 <?php get_footer(); ?> -
single.php
1 1 <?php get_header(); ?> 2 <div class="outer" id="mid-wrapper">2 <div id="headline"> 3 3 <div class="wrapper"> 4 <div class="section blog"> 5 <h3><?php _e('Blog', 'rosetta');?></h3> 6 </div> 4 <h2><?php _e('Blog', 'rosetta');?></h2> 7 5 </div> 8 6 </div> 9 7 <?php if (have_posts()) : ?>