Custom Search
| Translate | Print | A | A | A |

1)

<?php previous_post_link('« « %', '', 'yes'); ?>
<?php next_post_link('% » » ', '', 'yes'); ?>

2)

<?php previous_post('&laquo; &laquo; %', '', 'yes'); ?>
| <?php next_post('% &raquo; &raquo; ', '', 'yes'); ?>

3)

<p><?php previous_post('%', 'Önce:', 'no'); ?>
| <?php next_post('%', 'Sonra:', 'no'); ?></p>

4)

<?php previous_post_link('<strong>%link</strong>'); ?>
<?php next_post_link('<strong>%link</strong>'); ?>