function hien_thi_tac_gia_va_ngay($content) {
if (is_single() && in_the_loop() && is_main_query()) {
$thong_tin = '
Đăng bởi ' . get_the_author() . ' vào ngày ' . get_the_time('d/m/Y') . '
';
$content = $thong_tin . $content;
}
return $content;
}
add_filter('the_content', 'hien_thi_tac_gia_va_ngay');
who we are - DKT MekongSkip to content