• When I was implementing some codes(of function to pull certain plugins’ fuction), I had an error. My whole side bar turn to appear below my content column(where my blog posts appear). Eg. I have 5 posts, and the original side bar section is empty, the side appear below my 5 posts instead.

    So, I thought there’s something wrong with the sidebar.php file I edited. But even after I totally replace the whole theme files with the original copy, the error is still there.

    I tried to switch a few themes, and the same problems occured. So I think the problem is in the core WordPress files, not the theme files. But, I didn’t touch those files?

    Can anyone help me? I need an urgent help people. Thanks a million.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would edit your last post or two and see what’s messed up in them – i.e. html errors.

    Your problem is in your post ‘I am innocent’, you have this code:
    <div align="left" />
    <div align="left">Gosh, I am so innocent! I saw this comment in this blog just now.</div>

    <div align="left"></div>
    <div align="left" />
    <div align="left">That was actually a comment on my post, <a href="#comments">Importance of Electricity</a>, which I wrote about my daily life and day without electricity! What the? It’s my daily life blog wa!</div>

    <div align="left" />
    <div align="left">Gosh, for all of us, those who ever did online research, know that not all links on the search engine work! If I am to leave comment on every inappropriate webpages I visited while researching, it would takes more time than what it takes to really do the research part, LoL!</div>
    <div align="left" />

    Those <div align="left" /> tags are messing up your layout by confusing the nesting of the other div tags.

    Turns out you aren’t so innocent, but WP still is.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Urgent help needed!’ is closed to new replies.