Problem with next_posts_link and own domain
-
Hi everyone!
I have a problem with my blog, installed here: http://alpha2k.ice-server.com/marcbauer/wordpress but mapped with the following domain: http://marc-bauer.com
The next_posts_link doesn’t work on the main page nor the archives. All other links however work (to posts, inside a post to the previous one, to pages, etc.)
When I click on the next_posts_link generates the following: http://marc-bauer.com/marcbauer/wordpress/?paged=2 allthough it should be http://marc-bauer.com/?paged=2
So it takes some structure from it’s installation place into its URL. Why is that?The link is implemented like this (also on other standard themes):
<div class="nav-previous"><?php next_posts_link(__('<span class="meta-nav">«</span>', 'sandbox')) ?></div>Please help me, I’m going crazy about this error.
The topic ‘Problem with next_posts_link and own domain’ is closed to new replies.