Next/Prev link error. Please Help.
-
I used the below:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('<div class="PrevArrow">Older Entries</div>') ?></div> <div class="alignright"><?php previous_posts_link('<div class="NextArrow">Newer Entries</div>') ?></div> </div>
but it generates https://mysite.com/blog/blog/Index.php?paged=2. It should be https://mysite.com/blog/Index.php?paged=2. I do not use “query_post” and blog template is from kubrick. What am I doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Next/Prev link error. Please Help.’ is closed to new replies.