Viewing 11 replies - 1 through 11 (of 11 total)
  • More detail please ?

    Thread Starter Anonymous

    If I send an email to my “secret address”, I see the email under Edit – Posts in the Admin panel, however, it does not show up on the blog itself that would be seen by other visitors.
    Thanks,

    Thread Starter Anonymous

    The site says “Sorry, no posts match your criteria”

    What is the time stamp of the post ?
    It could be a time difference ?

    Thread Starter Anonymous

    2004-12-11
    4:46:06 pm
    This is the time stamp showing in the admin -edit – posts for the emailed entry
    2004-12-11
    2:43:42 pm
    This is the time stamp for an entry posted manually while in admin – write.
    Note the 2 hour time difference but the work was done within minutes of each other.

    And what time is it now ?

    Thread Starter Anonymous

    3:25 PM central time in the US. The second time stamp (my direct entry) is accurate for the post.

    So in an hour and some minutes, the post should appear.
    Your time setting in Options is ?
    Somehow, the email time and your time need making the same – there have been posts about this ….

    Thread Starter Anonymous

    “the GMT time is shown as 9:32 PM
    Times in the weblog should differ by -6 hours”
    So this shows the correct time for my local area.
    What would cause the timestamp for the emailed entry to be two hours ahead?? My computer clock is consistent with the true time.

    I’m dying to know myself! I primarily want to use this so I can blog from my cell phone. I have worked around the issue by the following code change in wp-mail.php:
    // original line of code, post by phone + 1 hour
    // $time_difference = get_settings(‘gmt_offset’);
    // makes post-by-email work, but phone is + 2 hours
    // $time_difference = -5;
    // makes post-by-phone work but email is -2 hours
    $time_difference = -7;
    WARNING: You’re the worst kind of idiot if you insert any code I wrote for anything. You have been warned.
    Although, my post-by-phone messages are coming out with the correct date now, just not the post-by-email ones.

    Note: my ACTUAL gmt offset should be (and is, in wp interface) -6 Central time.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Email to blog shows in admin, but not in blog’ is closed to new replies.