Okay
  Public Ticket #1344723
How to remove Date Updated on post
Closed

Comments

  • kansascity started the conversation

    Will you please point me in the right direction to remove the Updated date? Please see attached. Sometimes I find spelling errors and such. I dont want visitors to see each time a post has been updated. Thx 

  •  93
    djwd replied

    Hi there,

    you would need to edit a file for that.

    Remove or comment out inc/fn/fn-tools.php from line 292 to 294

    if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
    $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">  / <span>' . esc_attr__( 'Updated', 'stoked' ) . '</span> %4$s</time>';
    }

    Hope it helps

    Regards
    djwd

  • kansascity replied

    That did it! Thanks again!!!!