• Resolved skippysandy

    (@skippysandy)


    Alright…I REALLY want to delete my sidebar, as I am not going to be using it at all on my site. I have just finished installing WordPress and doing my best to learn about it, but I CANNOT figure out how to delete my sidebar on my comments page! For the custom theme I made, I didn’t even MAKE a sidebar page yet it is showing up. You can see what I mean here:

    https://celebrana.com/phoenixtearz/wp/?p=1#comments

    Scroll down a bit and on the far left, outside of the table, you’ll see the sidebar. So, any help is greatly appreciated! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Well, the first thing I’d do is use a DOCTYPE. That will make your site load in standards-compliant mode, rather than quirks mode.

    Second, the sidebar is displaying after your footer. Is there something in your footer.php file that’s calling the sidebar?

    Thread Starter skippysandy

    (@skippysandy)

    All that’s in my footer is the following:

    </div>
    </body>
    </html>

    So, no. And displaying after my footer? For me it displays on the left side…what browser are you using?

    I mean in the code. The “sidebar” code appears after the footer closes, before the end tag for HTML.

    It actually makes sense for it not to be in the footer.php file, though, since it only appears on a single post view. What about in the single.php file? Look in it to see if it’s calling a sidebar or closing a div early or something.

    Oh, and I’m using K-Meleon.

    Thread Starter skippysandy

    (@skippysandy)

    I got it to work! ?? Thank you for your help- I did find out the problem and it WAS in the single.php file. *blush* I probably should’ve checked that out myself initially but I didn’t think of it!
    So I’m going to mark this as resolved, now.

    Schnawsome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I DELETE my sidebar?’ is closed to new replies.