• Dear WP-Paginate Support,

    Is there a way I could use the small next and previous arrow graphics instead of the « and » in the navigation in my site? Could that be adjusted in the settings? I also have some programming skills, so if necessary I’d be willing to tweak the codes a little or modify the CSS to make it possible?

    Please advise. I’d appreciate it. Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Eric

    (@emartin24)

    Hello,

    Have you tried updating the settings (Previous Page: and Next Page: fields)?

    You can add HTML markup, which could either be an image or something else that you could style with an image.

    Examples:

    <img src='/path/to/image/next.gif' alt='next' />

    or:

    <span class='nextimg'></span>

    And then add CSS to add a background image.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Using graphics rather than « »?’ is closed to new replies.