Comments kansascity started the conversationOctober 24, 2017 at 12:25amWill 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 repliedOctober 24, 2017 at 8:18amHi 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 helpsRegardsdjwdkansascity repliedOctober 24, 2017 at 3:07pmThat did it! Thanks again!!!! Sign in to reply ...
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
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
Hope it helps
Regards
djwd
That did it! Thanks again!!!!