I have a header.php and a header-blog.php, both of which utilize the same <nav> code. On all pages but the blog page(home.php), the ones that use header.php, the navigation works perfectly. However, on the blog page(home.php), which uses header-blog.php, the navigation doesn't work- it leads to "Nothing found."
What could be the cause of this? How can I fix it? Thank you.