|
Translate |
Print |
A |
A |
A |
to
Convert
1)
<?php previous_post_link('« « %', '', 'yes'); ?>
<?php next_post_link('% » » ', '', 'yes'); ?>
2)
<?php previous_post('« « %', '', 'yes'); ?>
| <?php next_post('% » » ', '', '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>'); ?>
|