<?php
function bfa_append_to_post($post_body_content) {
$post_body_content = $post_body_content .
'BURAYA YAZINIZ YAZILACAK;
return $post_body_content;
}
add_filter('the_content', 'bfa_append_to_post');
?>yukarıdaki kodu functions.php de uygun bir yere ekleyin.
Teşekkürler hocam deneyeceğim.
Bir ricam daha olacak bunu belirttiğim kategorilere yapması mümkünmü?
Veya 50 kelimeden az yazılı makalelere
teşekkürler