Konu
ECHO içini düzenleme yardım
17-04-2019, 12:30:44
#9
bilimokur
echo the_title(); yanlış bir kullanım. Çünkü the_title() fonksiyonuna bakarsanız zaten echo yapıyor.
https://developer.wordpress.org/refe...ons/the_title/
Doğru kullanım ise: echo get_the_title();