Hi,
I am trying to set a different effect on my button for "next page" & "previous page" in my navigation when we can't go foward or backward.
For exemple, I'm on page 1, the "previous button" gonna get [x] styling and if I'm on page 2, the button gonna get [y] styling.
Can some one tell me how I could reach it?
Here is my code for the moment.
<!-- Navigation -->
<div class="left">
<?php next_posts_link('<img src="images/btn-next-page.gif" />'); ?>
</div>
<div class="right">
<?php previous_posts_link('<img src="images/btn-prev-page.gif" />'); ?>
</div>