Hi Mike,
thank you so much for sharing this part of code. As I also would appreciate this option, can you please tell me in what file should I add this?
Thanks,
Nino
Thread Starter
ncosic
(@ncosic)
Found it:
wp-content/themes/alexandria/inc/template-tags.php
LINE 182:
Replace:
$time_string .= ‘<time class=”updated” datetime=”%3$s”>%4$s</time>’;
With:
$time_string .= ‘<time class=”updated” datetime=”%3$s”></time>’;