İndex.php

<?php get_header(); ?>
<div id="content">
	<?php if (have_posts()) : ?>
		<?php while (have_posts()) : the_post(); ?>
			<div class="post" id="post-<?php the_ID(); ?>">
				<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?> için kalıcı bağlantı"><?php the_title(); ?></a></h1>

				 <right><?php the_content('<img src="http://www.forumsn.net/devam.png"> &raquo;'); ?></right>				

				<div class="post-info">

					<?php the_time('F jS, Y') ?> 

					<?php the_category(', '); ?>

					<?php the_tags('| etiketler: ', ', ', ''); ?> | 

					<?php comments_popup_link('Yorum Yok', '1 Yorum', '% Yorum'); ?>

				</div>

			</div>

			

			<?php comments_template(); ?>

		<?php endwhile; ?>



		<div id="pages">

			<a href="#"><?php next_posts_link('&larr;Önceki Sayfa') ?></a>&nbsp;&nbsp;&nbsp;<a href="#"><?php previous_posts_link('Sonraki Sayfa&rarr;') ?></a><br>

		</div>

<br>

	<?php else : ?>



		<h1>Bulunamadı</h1>

		<p class="center">Üzgünüm,aradığınız şey burada değil..</p>



	<?php endif; ?>


<center>
<div class="navigation">
	<!-- Plugin Navigation -->
	<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?><div class="clear"></div>
	<!-- End -->
	</div>
</center>




 

	

</div>

		

<?php get_sidebar(); ?>

<?php get_footer(); ?>