<?php 
/* Don't remove this line. */
require('./wp-blog-header.php');
?>
<?php out_head
(); ?>
    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
</head>
<body>

<?php out_title(); ?>

<div id="MAIN">
<?php out_info(); ?>
<?php $dnum
=the_date_ex('Ymd',false); if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <?php the_date('',"<h2><a href=\"http://bmky.net/index.php?m=$dnum\">",'</a></h2>'); ?>

    <div>
        <h3><?php the_title(); ?></h3>
<?php the_content(); ?>
        <address><?php category_link(); ?><a href="<?php the_permalink() ?>">固定リンク</a> | <?php comments_popup_link('コメント(0)''コメント(1)''コメント(%)'); ?> <?php wp_link_pages(); ?></address>
<?php include(ABSPATH 'wp-comments.php'); ?>    </div>
<?php endforeach; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
<?php out_latest
(); out_amazon(); out_contact(); ?>
</div>

<?php out_menu(); ?>

</body>
</html>