single.php'de bul
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
altına yapıştır.
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>bunlarıda css'e ekle.
.navigation {
width: 492px;
height: 20px;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
color: #FFFFFF;
}
.navigation a {
color: #FFFFFF;
}
.navigation .alignleft {
float: left;
}
.navigation .alignright {
float: right;
}