Support » Fixing WordPress » Want to replace “next page” with picture: posts_nav_link

  • I would like to change this code so that I can use a picture to link to “Previous Entries” and a picture to link to “Next Entries” when searching through my blog.

    <div class=”navigation”>
    <div class=”alignleft”>
    <?php posts_nav_link(”,”,’« Previous Entries’) ?></div>

    <div class=”alignright”>
    <?php posts_nav_link(”,’Next Entries »’,”) ?></div>
    </div>

    Thank you in advance for any help!!

  • The topic ‘Want to replace “next page” with picture: posts_nav_link’ is closed to new replies.