(9 . 7)(9 . 6)
214 <div id="content" class="narrowcolumn">
215
216 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
217 <span id="shash-<?php the_ID(); ?>">
218 <div class="post" id="post-<?php the_ID(); ?>">
219 <h2><?php the_title(); ?></h2>
220 <div class="entry">
(18 . 11)(17 . 10)
222
223 </div>
224 </div>
225 </span>
226 <?php endwhile; endif; ?>
227 <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
228 </div>
229
230 <?php get_sidebar(); ?>
231
232 <?php get_footer(); ?>