Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Your theme is missing the Sidebar DIV on that page not displaying correctly. The file is most likely single.php.
    The line that is missing will look something like
    <div id=”sidebar2″ class=”sidebar”>

    You also want to check your sidebar template file, usually sidebar.php

    You can see it working correctly in some of the other template files like index.php. I didn’t check to see whether or not the matching closing Div tag </div> for the missing Div is already there.

    Make copies of the existing files, and then you can play with single.php to see if you can get that line back in – see where it is in the other template files and try to find the corresponding location in single.php.

    These files are located in folder /wp-content/themes/{name of your theme} under the folder in which you installed WordPress

    Thread Starter kristinec

    (@kristinec)

    Thank you. Responses to my dilemmas make me very appreciative.

    I tried that last night and it didn’t work. Tried the same thing again this morning and it worked.

    Sleep makes a difference I guess!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comments Pg Messing up Sidebar’ is closed to new replies.