Look in your header.php file and see if you see the following code:
<div id='header'>
<a href='https://www.sidexsideaction.com/' class='logo'>Side X Side Action</a>
<ul>
<li class='page_item'><a href='https://www.sidexsideaction.com/about/' title='About Us'>About Us</a></li>
<li class='page_item'><a href='https://www.sidexsideaction.com/subscribe/' title='Subscribe'>Subscribe</a></li>
<li class='page_item'><a href='https://www.sidexsideaction.com/events/' title='Events'>Events</a></li>
<li class='page_item'><a href='https://www.sidexsideaction.com/links/' title='Links'>Links</a></li>
<li class='page_item'><a href='https://www.sidexsideaction.com/contact-us/' title='Contact Us'>Contact Us</a></li>
</ul>
</div>
If so, then try adding the following before the About Us page:
<li class='page_item'><a href='https://www.sidexsideaction.com/about/' title='About Us'>About Us</a></li>
I don’t have your theme so I can’t test it, but it should work.
Revise: The editor here is adding extra \ throughout the code…I’m sure there is a way to prevent this, but I don’t have time to look around for the solution. This should give you an idea of what to look for….just find the code in your file and follow the same format.
Steve
From moderator: Double quotes sometimes get inappropriately slashed (a really annoying bug). Single quotes are fine.
From another moderator: Think we got it fixed now.