Konu
functions.php konusunda yardım
30-11-2017, 11:12:51
#9
Kalyoncu
BedirhanERKAN adlı üyeden alıntı:
mesajı görüntüle
function add_post_content($content) { if(!is_feed() && !is_home()
&& is_single()
) { /****/ }} add_filter('the_content', 'add_post_content');
Ek olarak ise ;
is_page(), have_posts()
teşekkür ederim, çalıştı