Ekledim ancak hala gösteriyor.
kendi sitemde deneyerek söylemiştim.
bu şekilde ekledin değil mi?
function wpb_last_updated_date( $content ) { if ( is_single() ) {
$u_time = get_the_time('U');
$u_modified_time = get_the_modified_time('U');
if ($u_modified_time >= $u_time + 86400) {
$updated_date = get_the_modified_time('F jS, Y');
$updated_time = get_the_modified_time('h:i a');
$custom_content .= 'Last updated on '. $updated_date . ' at '. $updated_time .'
';
}
$custom_content .= $content;
return $custom_content;
}
add_filter( 'the_content', 'wpb_last_updated_date' ); }
yanlış eklemişsen bir de böyle ekle, cache varsa temizleyip öyle kontrol et. yoksa ctrl f5.