Replace the %1 and %2 expressions with %3 and %4 in the colormag_entry_meta() function in the inc/functions.php file
Old:
$time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';
New:
$time_string = '<time class="entry-date published" datetime="%3$s">%4$s</time><time class="updated" datetime="%3$s">%4$s</time>';
-
This reply was modified 4 years, 10 months ago by umitx.
-
This reply was modified 4 years, 10 months ago by umitx.