• Hey everyone! A new installation of wordpress on my server is rendering the next page links with the actual text ‘%link’ on the pages. This is what my code looks like:

    <span class="previous-entries"><?php next_posts_link('<strong>%link</strong>') ?></span>

    Does anyone know why this is?

Viewing 1 replies (of 1 total)
  • Just remove parameter if you don’t need it:
    <span class="previous-entries"><?php next_posts_link() ?></span>

Viewing 1 replies (of 1 total)
  • The topic ‘Next and Prev links coming up with the text '%link'’ is closed to new replies.