• Well, when I write a post, the time to be displayed is right, no problem. But when I finally look at the entries in my blog, the month is not correct (every other date is fine, except the months which all lie in the future). Nethertheless, every entry is linked correctly in the calendar; so what could be wrong?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nibrir

    (@nibrir)

    Has no one got an idea?

    Thread Starter nibrir

    (@nibrir)

    people, please – i need your help :/

    could you give a link so we could take a look?
    could it be as simple as having a date format that is confusing?

    Thread Starter nibrir

    (@nibrir)

    The URL is https://kopfkrieg.zeitflucht.de

    I just don’t understand it, because the links in the calender are alright and so is the date when writing a new post.

    you probably have a function called the_time somewhere in your main or post template. Could you tell me if there is something inside the parentheses (the_time(‘somethinghere’);)? I’m suspecting there is just some wrong letter in the formatting.
    Or, if the parentheses are empty, the “mistake” is in the Options > Default date format
    Double-check the date formatting. Or tell me the format you’d like to have and I’ll whip it up ??

    Thread Starter nibrir

    (@nibrir)

    Well, this is the code from the index.php in the templates folder, the title and the time displayed beneath it: <?php the_title(); ?><div class=”cite”>» <?php the_time(“d. h. Y”) ?> um <?php the_time() ?> Uhr</div>

    The date itself is correct, I mean its structure or format, however you’d like to name it. The problem is that the month is not correct, it shows august or april or whatever, it is different from entry to entry ??

    Thread Starter nibrir

    (@nibrir)

    Oh my God, I fixed it. Please excuse me, I don’t know what’s up with me at the moment *g*

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Timestamps not right’ is closed to new replies.