(9 . 15)(9 . 16)
371 <div id="content" class="narrowcolumn">
372
373 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
374 <div class="post" id="post-<?php the_ID(); ?>">
375 <h2><?php the_title(); ?></h2>
376 <div class="entry">
377 <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
378
379 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
380 <span id="shash-<?php the_ID(); ?>">
381 <div class="post" id="post-<?php the_ID(); ?>">
382 <h2><?php the_title(); ?></h2>
383 <div class="entry">
384 <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
385 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
386
387 </div>
388 </div>
389 </div>
390 </span>
391 <?php endwhile; endif; ?>
392 <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
393 </div>