index.php kodlarıda bunlar:
Alıntı
<?php get_header(); ?>
<?php include(TEMPLATEPATH."/sidebar_l.php");?>
<!-- Main Post Content starts from here -->
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="entries"><!-- entries-->
<h3 class="heading"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="post"><!--post-->
<?php the_content(('<strong>Read More...</strong>'));?>
<p class="info"><!--info-->
Posted under <?php the_category(', ') ?>
</p>
<div class="clear"></div>
<div class="actions"><!--action-->
<p>This post was written by <?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?> on <?php the_time('F j, Y'); ?></p>
<p class="tags">
<?php the_tags('Tags: ', ', ', '<br />'); ?>
</p><!--/tags-->
<!--
<?php trackback_rdf(); ?>
-->
<div class="clear"></div>
</div><!--/actions-->
</div><!--/post-->
<div class="cap"></div>
</div> <!-- Entries Div Closed here-->
<?php endwhile; else: ?>
<?php _e('<div class="entries"><h3 class="heading" align="center">Sorry, No Posts Matched Your Criteria.</h3><div class="cap"></div></div>'); ?>
<?php endif; ?>
<div class="more-entries">
<div class="calignleft"><b><?php next_posts_link('&laquo; Previous Entries') ?></b></div>
<div class="calignright"><b><?php previous_posts_link('Next Entries &raquo;') ?></b></div>
</div>
</div> <!-- Content Div Closed here-->
<!-- Main Post Content Ends from here -->
<?php include(TEMPLATEPATH."/sidebar_r.php");?>
<div class="clear"></div>
</div><!--/main-->
<?php include(TEMPLATEPATH."/footer.php");?>
</div><!--wrap news-->
</body>
</html>
ne bela bişey bu ya.