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
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!
(@kristinec)
17 years, 5 months ago
The site is http://www.waterwomanproject.org and when you click on “comments” link on the home page beneath bottom post, the sidebar has lost its style. A direct link would be: http://waterwomanproject.org/?p=3#comments. Any help is greatly appreciated!