Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:

    <div class="navigation">
    	<div class="alignleft"><?php posts_nav_link('', '', '<div class="PrevArrow">Older Entries</div>') ?></div>
    	<div class="alignright"><?php posts_nav_link('', '<div class="NextArrow">Newer Entries</div>', '') ?></div>
    </div>

    Note that nesting a <div> tag inside a <a> leads to invalid HTML.

    Thread Starter vkyip

    (@vkyip)

    I have replaced it using “posts_nav_link” and yet the results are the same. Searched everywhere for 2 days and yet could not seemed to find a solution. Please help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next/Prev link error. Please Help.’ is closed to new replies.