• I want to use images for the Previous Entries and Next Entries links. Is there a way to do it?

    Thanks.

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
    </div>

Viewing 1 replies (of 1 total)
  • I’m not 100% sure, but I think that you can put an image tag in place of where you have “? Previous Entries” and “Next Entries ?”

Viewing 1 replies (of 1 total)
  • The topic ‘Use images for navigation’ is closed to new replies.