Heryerdeonline adlı üyeden alıntı
Beyazıt ellerin dert görmesin. Sonunda oldu.Aimi get ile çekmenin özel bir sebebi var mı onuda belirtebilirsen çok sevinirim. Ben fonksiyon tanımlarken değişkene fonksiyonu bir türlü eşitleyemedim. Uyguladığım kodta aşağıdadır. Kısaca hataımı söylersen neden yapamadığımı daha iyi anlamış olacağım.
$aim = the_author_aim();
the_author_aim deprected olmuş wordpress fonksiyonlarından birisi.onun get yani veriyi algılama özelliği yok..
http://codex.wordpress.org/Function_Reference/the_author_aim
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists. See also wp-includes/deprecated.php.
diyor hatta bak..
yerine
http://codex.wordpress.org/Template_Tags/the_author_meta
bu gelmiş..
the_author_meta( $field, $userID );
ile alabiliriz ama sorgularken yada bir fonksiyon uygularken getle almamız gerekiyor.