wrong links are copies
-
I set up a wordpress here http://www.therosellis.com/nola/ and because its going to be directed from http://www.thenolas.com during the next dns resolve, I wanted to start converting it over to being installed right to the folder (without the /nola)
To test it i made the following subdomain http://nolas.therosellis.com point to the folder nola on the server, and changed /nola to / in the settings.
unfortunatley the “Home” link in the nav-bar as well as the link in the big header text that says “The Nola Family” goes berserk when I do this. looking at the homepage, all the links are correct. but once you move to other pages, the two links described change to the actual link of the page you are currently at, like it actually copies the url of the current page and puts it there.
i thought there was an error in the code, but if i change back from / to /nola it goes away, leading me to beleive it is a setting problem.
heres the code anyways. “><?php bloginfo(‘name’); ?> is used for the link in the header, and <?php if (is_home()) echo ” class=’selected'”; ?>>“>Home is the code in the nav bar
ideas?
The topic ‘wrong links are copies’ is closed to new replies.