Wordpress code function

Discussion in 'HTML & Website Design' started by ceonbryant, Jan 30, 2010.

  1. #1
    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
     
    ceonbryant, Jan 30, 2010 IP
  2. Bogdanirov

    Bogdanirov Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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:
     
    Bogdanirov, Jan 30, 2010 IP