This is probably a dumb question, but I have no idea where to start.
The blog is built into a site built with Dreamweaver using HTML and CSS. The blog on level 1 has the correct navigational links. But when you read a specific blog entry the navigation links get an extra "folder" added into the URL.
Example:
Original link: http://www.mysite.com/aboutus/index.html
Modified link: http://www.mysite.com/blog/aboutus/index.html
Why is "blog/" added into all my links?
Is this a bug within WordPress or is there an error somewhere in the template? I'm not sure what to do and all of the nav links are delivering 404 errors as a result of this.
Any help is greatly appreciated!!!