Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter manne.m

    (@mannem)

    I just fixed it. I don’t know how the hell this happened, but the whole wp-admin folder was removed from the FTP. I’m baffled as to why this happened, really baffled. Only two people have accesss, and I’m the only one who actually manages the technical side. And I’m running latest version of WordPress.

    Anyhoo, I reuploaded the wp-admin folder from one of my backups and now everything works fine! Very very strange.

    Thread Starter manne.m

    (@mannem)

    Thanks for the suggestion! I looked at the divs that are being called using Firebug on the index page for a single post. It’s build up like this:

    <div id="post-13" class="post-13 post type-post status-publish format-standard hentry category-uncategorized">
    <h2 class="entry-title">
    <div class="entry-meta">
    <div class="entry-content">
    <div class="entry-utility">

    I tested by adding a background tag in all the css “entry-” parts mentioned above. It works more or less. But because I want to use a small border etc. around the whole post background I’d prefer to edit the div that presents the complete post (so title, meta, content and utility combined). But that seems to be a “dynamic” div, for example: <div id=”post-#”> and depending on the post number the # is different.

    Thread Starter manne.m

    (@mannem)

    I’m building my own custom theme, based on the TwentyTen theme from WordPress. The link above is just an example because sometimes it’s hard to explain just in text 🙂

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