Adding sidebar to Single Post pages – Ahhh! Almost there!
-
https://www.sonicpeanut.com/blog/2007/04/04/hello-world/
I am trying to add the sidebar to my Permalink Single Post pages. I found the code below
<?php get_sidebar(); ?>
and inserted it into the single.php right after the <?php get_header(); ?> code. You can see from the site that it just pushes all Post data below the sidebar. How can I get them to share like they usually do? I even tried putting the get_sidebar code further down in the single.php code but it would just push what was below it DOWN instead of being next to it.
Also the sidebar doesnt have the same background it usually does on other pages. ??
I searched the Docs and I cant find anything. Its probably simple but I’m new at this.
Thanks a million!
- The topic ‘Adding sidebar to Single Post pages – Ahhh! Almost there!’ is closed to new replies.