Post Next/Prev Buttons
-
I have some navigation buttons that I want to use to move from post to post. The code is below. I need to figure out how to make these button.
<div id="portfolio-navi"> <ul> <li><a href="#">← Prev</a></li> <li><a href="#">Next →</a></li> </ul> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Post Next/Prev Buttons’ is closed to new replies.