• Resolved septemous

    (@septemous)


    Hello world :0

    I would like to replace the text versions of the previous/next page links to image buttons.

    Our URL is: http://www.ablogvoyage.com/

    the code I have is:

    <div class="navigation">
       <div class="alignleft"><?php next_posts_link('&laquo; Next page') ?></div>
       <div class="alignright"><?php previous_posts_link('Previous page &raquo;') ?></div>
    </div>

    I would like to have /images/next.png & /images/previous.png instead of the « Next page & Previous page »

    Is this possible?

    thanks again for your time
    S_

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Replace text navigation with image buttons??’ is closed to new replies.