Previous/Next php responsive themes. (Code included)
-
Hi guys,
I have this as my code for a previous/next “button”
<?php previous_post_link('%link', '<img src="http://aaaa.com/wp-content/uploads/aaa/05/back-arrow.png"/>', TRUE); ?> <?php next_post_link('%link', '<img src="http://aaaaaaa.com/wp-content/uploads/aaa/05/next-arrow.png"/>', TRUE); ?>My question is, what is a much cleaner way to make a function where instead of using   a thousand times, how can I simply make the previous button float on the left, and the next button float on the right?
Thank you for any help! 🙂
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Previous/Next php responsive themes. (Code included)’ is closed to new replies.