|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/wordpress/wp-content/themes/wp-andreas01/ |
Upload File : |
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<h2><?php the_title(); ?></h2>
<div class="contenttext">
<?php the_content('<p>Read more »</p>'); ?>
</div>
<?php link_pages('<p><strong>Pages:<strong> ', '</p>', 'number'); ?>
<p class="postinfo"><strong>Posted:</strong> <?php the_time('F jS, Y') ?> under <?php the_category(', ') ?>.<br />
<?php the_tags('Tags: ', ', ',''); ?><?php edit_post_link('[e]',' | ',''); ?></p>
<div class="navigation">
<p><span class="prevlink"><?php previous_post_link('« %link','Previous post',''); ?></span>
<span class="nextlink"><?php next_post_link('%link »','Next post',''); ?></span></p>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>No matching entries found.</p>
<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>