I see <?php if (is_single()) : ?> <div class="browse"><?php previous_post_link('« %link') ?> <?php next_post_link(' %link »') ?> In my archive.php and I want to make the previous page / Next page text links into banner links. I already have small banners made for it. 2$ paypal to anyone that gets it. Post the answer here and your paypal email can be left here or pm'd.
<?php if (is_single()) : ?> <div class="browse"> <A HREF="url.com">link name</A> <A HREF="url.com">link name</A> Code (markup):
<?php if (is_single()) : ?> <div class="browse"> <?php previous_post_link('%link', '<img src="link to image">', TRUE); ?> <?php next_post_link('%link', '<img src="link to image">', TRUE); ?> Code (markup): Tell me if it works ( i'll give you my paypal on PM )