Looks like the problem is in the template file for the top nav bar. Either it’s become damaged/corrupted or perhaps you’ve used deprecated tags that are no longer supported.
You also need to check out the bottom of your sidebar.php file. You have some code comments being displayed.
Well I am using drikatruu-jelly 2.7 which is the newest version I can find. The links in the main site (www.carriessweetlife.com) all work fine. They have the site default on them as well so the only code added is /about me, /admin etc. This one seems to have the same default locked in as well but i do not see any entries in the code anywhere to change that.
I am looking in the header.php where they are located. This is the code.
<!–here is where you change the menu bar–>
<div id=”nav”>
</div>
Not a lot to work with on my end so far. I have the same file in 3 folders, same read out on all of them.
The issue is that the links don’t seem to be included or are missing code:
<li><a href="">Sweet and Savory</a></li>
<li><a href="">The Sweet Life</a></li>
<li><a href="www.carriessweetlife.com/about">About Me</a></li>
<li><a href="</wp-admin">Admin</a>
Seems this is what you’re after
<li><a href="http://www.carriessweetlife.com">Sweet and Savory</a></li>
<li><a href="/sweetlife">The Sweet Life</a></li>
<li><a href="/about">About Me</a></li>
<li><a href="http://www.carriessweetlife.com/wp-admin">Admin</a>
The first two links don’t have URL’s listed the third is missing http:// and the fourth isn’t even a link “</wp-admin” Not clear as to whether there is any php involved here but you might start here.
http://www.doc4design.com
That’s just it, it doesn’t need the link to go there. It seems like with no other code in place the default is http://www.carriessweetlife .com/ sweetlife on all the entries. so if I add anything to it is reads as http://www.carriessweetlife.com/sweetlife/www.carriessweetlife.com/aboutme By removing all of that I got 4 of them to work but the main link to return to just http://www.carriessweetlife.com still has it doubled as http://www.carrisssweetlife.com/sweetlife/www.carriessweetlife.com I can’t figure out how to remove the beginning section which seems to pull from whatever the domain name is.