• After writing my first post I wanted to edit the date.
    The Edit Timestamp box was checked but WP refuses to update the timestamp.
    Any ideas?
    thnx

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Anonymous

    After I chmod some files it works.
    Silly me ??

    Thread Starter Anonymous

    What files need to be chmoded? I’m having the same problem, but am having trouble finding a solution.

    Anonymous, doesn’t your right hand talk to your left hand? ??

    i wanted to also change the time on the diffrent comments. I want to add pacific time insted of eastern is there a way to change that? I do understand that my database is most likely on the east coast. Does that effect what i am looking at.
    www DOT merfnet DOT com

    merfnet, under General Options look for the Date & Time section. There you should see the current GMT (Greenwich Meant Time). Under it specify the amount it should differ for your blog (“-8” for left coast)

    th scope=”row”><?php _e(‘Times in the weblog should differ by:’) ?> </th>
    <td><input name=”gmt_offset” type=”text” id=”gmt_offset” size=”2″ value=”<?php echo get_settings(‘gmt_offset’); ?>” />
    <?php _e(‘hours’) ?> </td>
    this is the code as written in the wp-admin/options general. In the second code i want to decrese the code by -8 hours for pacific time. So am i adding the code in correctly if i place -8 in-between the code…… th scope=”row”><?php _e(‘Times in the weblog should differ by:’) ?>-8 </th>
    th scope=”row”><?php _e(‘Times in the weblog should differ by:’) ?>-8 </th>
    <td><input name=”gmt_offset” type=”text” id=”gmt_offset” size=”2″ value=”<?php echo get_settings(‘gmt_offset’); ?>” />
    <?php _e(‘hours’) ?> </td>

    By “under General Options” I meant through your the WP control panel. Log in to WP, then go to Options > General. You can enter the GMT offset for your location there.

    LOL sorry very new to this. I do not know how to access the control panel can you give me direction on this. Am i logging in to my site wwwDOTmerfnetDotcom or using www.ads-software.com for the control panel. I have seen things on accessing the pages but it tells me my rating is not high enough does that help any?

    am i doing this through the Mysql?

    Edit wp-admin/options-general.php
    Find and replace gmdate with date
    Viola

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘I can`t edit the timestamp.’ is closed to new replies.