• Any know what needs to be replaced in the MAIN INDEX TEMPLATE (index.php) so that i can replace the text (Older Entries and Newer Entries) with images? `<div class=”calignleft”><b><?php next_posts_link(‘? OLDER ENTRIES’) ?></b></div>
    <div class=”calignright”><b><?php previous_posts_link(‘NEXT ENTRIES ?’) ?></b></div>
    </div>`
    `
    Thank you,
    https://www.meltcomics.com/blog

Viewing 1 replies (of 1 total)
  • It took me a while to find those links on your site, had to disable all images ??

    Solve it in css.

    you can assign an background image to the calignleft and calignright classes, and have the text move out of the way with ‘text-indent: -9999px;’

    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Replace (Older Entries) and (Newer Entries) text with image’ is closed to new replies.