Support » Themes and Templates » Wish to have sidebar appear in comments

  • Resolved pompipompi

    (@pompipompi)


    Hello,

    I am using the wordpress default 1.6 theme.
    I want the sidebar to appear anywhere on my blog, on every page and exactly the same.
    For instance, when I select a specific blog post from the main page, I want the sidebar to appear when viewing that blog post.
    I tried to add <?php get_sidebar(); ?> to the file single.php, as was advised in one forum post.
    However, that made the sidebar appear bellow the blog post, instead to its right.
    It also lacks the grey background that the sidebar have in the main page.
    My blog website is at:

    http://www.pompidev.net

    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try editing single.php and also changing:

    <div id="content" class="widecolumn" role="main">

    to

    <div id="content" class="narrowcolumn" role="main">

    Thread Starter pompipompi

    (@pompipompi)

    Thanks, I already figured it out myself. 😛
    The problem I still have is that on the main page the sight bar has a grey background, and on the single the sidebar has a white background.
    Where do I control the background color of the sidebar in either the main or single?

    The colour is actually part of the background image. On the main page, it’s kubrickbg-ltr.jpg and on the single page, it’s kubrickbgwide.jpg, so look under single.php I guess and change that.

    Thread Starter pompipompi

    (@pompipompi)

    Thanks, found it inside header.php, because the <body> tag is there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wish to have sidebar appear in comments’ is closed to new replies.