posts_nav_link generating wrong URL in IE7
-
Here’s my problem;
On Firefox the posts_nav_link() function comes up the correct URLs for previous and next page, i.e. When I’m the front page, the URL for “Previous Posts” is
“https://www.mysite.com/myfolder/blog/?paged=2“
and on the second page “Next Posts” is
“https://www.mysite.com/myfolder/blog/“All good.
However on IE7 (and the institution I’m doing this for mostly use IE7) the situation is Previous Posts points to;
“https://www.mysite.com/myfolder/blog/myfolder/blog/?paged=2“
and the second page comes up with;
“https://www.mysite.com/myfolder/blog/myfolder/blog/“Any ideas on what is going on here? Why is this only happening with IE?
Please please help!!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘posts_nav_link generating wrong URL in IE7’ is closed to new replies.