link next post, i need change link title name
-
Hello everyone!
In the post, it links at the top there are two
1 for the next post
1 for the previous postThese links have the name with the name of the title of the next or previous post.
I would like to change these names to:
Next post
Previous PostCould someone help me change it in code?
edit:
in my theme single.php i have:
<?php
$prev_link = get_previous_post_link(‘« %link’);
$next_link = get_next_post_link(‘%link »’);
?><div class=”navigation”>
<div class=”alignleft”><?php echo $prev_link; ?></div>
<div class=”alignright”><?php echo $next_link; ?></div>
</div>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘link next post, i need change link title name’ is closed to new replies.