Navigation styling problem
-
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>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Navigation styling problem’ is closed to new replies.