equal
deleted
inserted
replaced
10 |
10 |
11 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> |
11 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> |
12 <div class="post" id="post-<?php the_ID(); ?>"> |
12 <div class="post" id="post-<?php the_ID(); ?>"> |
13 <h2><?php the_title(); ?></h2> |
13 <h2><?php the_title(); ?></h2> |
14 <div class="entry"> |
14 <div class="entry"> |
15 <?php the_content('<p class="serif">' . __('Read the rest of this page »', 'kubrick') . '</p>'); ?> |
15 <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> |
16 |
16 |
17 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> |
17 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> |
18 |
18 |
19 </div> |
19 </div> |
20 </div> |
20 </div> |
21 <?php endwhile; endif; ?> |
21 <?php endwhile; endif; ?> |
22 <?php edit_post_link(__('Edit this entry.', 'kubrick'), '<p>', '</p>'); ?> |
22 <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> |
|
23 |
|
24 <?php comments_template(); ?> |
|
25 |
23 </div> |
26 </div> |
24 |
27 |
25 <?php get_sidebar(); ?> |
28 <?php get_sidebar(); ?> |
26 |
29 |
27 <?php get_footer(); ?> |
30 <?php get_footer(); ?> |