function add_post_content($content) {
if(!is_feed() && !is_home()) {
$content .= 'YAZACAĞIM YAZI';
}
return $content;
}
add_filter('the_content', 'add_post_content');
fonksiyonunu kullandığımda yazı altına ekliyor.
dnaz
Konu: Wp toplu yazı düzenleme