I have a very basic theme that I created and I’m running into a problem that I’ve never experienced with any other theme I’ve made.
The homepage, pages and blog category pages display fine. When I click on an individual blog post, though, the post appears at the TOP of the page, UNDER the header and nav bar.
http://s5.mynewsitereview.com/category/blog/ – this is correct
http://s5.mynewsitereview.com/test-post-one/#more-1 – this is not
Please help!
I think the problem is the page is scrolling (oddly, I agree) to your
more-1anchor because you’ve specified that in your link (after the #).I think you have two options:
<span id="more-1"></span>)