Hey I need a little help with the display of my blog http://winbackanex.net None of my single posts display the sidebar or the l_sidebar I am sure it is simple code error in the single posts section of my editor. Any one know anything about this let me know
Ok mate, let's see! You will have to add this in your style.css file: #container{ overflow:hidden;} (oh, you already have an div with ID container used, just add the overflow below the other snippets in the #container) Code (markup): What about your sidebar, make yourself sure that you have in your single.php this (usually it's in the bottom of the page): <?php get_sidebar(); ?> HTML: