Temanızın Tekil Yazı ( single.php) dosyasını açın ve alttaki kodu bulun.
<?php the_time(‘F jS, Y’) ?> Bu kodu aşağıdaki kod ile değiştirin.
Yayın Tarihi: <?php the_time(‘F jS, Y’) ?> <?php $u_time = get_the_time(‘U’); $u_modified_time = get_the_modified_time(‘U’); if ($u_modified_time != $u_time) { echo ” Son Güncelleme Tarihi: “; the_modified_time(‘F jS, Y’); echo “. “; } ?>