Sidebar displaying below post or nor at all
-
Scratching my head over why the sidebar should’ve disappeared from single posts. <?php get_sidebar(); ?> was missing from single.php, so I added it , but that made the sidebar display below the post body.
I had a look at page.php to see if I could get any clues. I found that page.php doesn’t call get_sidebar() either, but still manages to display it. So now I’m really confused.
Where is page.php getting the sidebar from? And how come single.php isn’t doing the same?
Example broken post
Example working pageMany thanks for your help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sidebar displaying below post or nor at all’ is closed to new replies.