user-photo eklentisini kurmaya çalışıyorum. Fakat bir türlü başaramadım. Kodları nerelere ekleyeceğimi bulamıyorum.
userphoto_the_author_photo()
userphoto_the_author_thumbnail()
userphoto_comment_author_photo()
userphoto_comment_author_thumbnail()
The first two should be placed in the posts loop near the_author(), and the second two in the comments loop near comment_author() (or their respective equivalents). Furthermore, userphoto_the_author_photo() and userphoto_the_author_thumbnail() may be called anywhere (i.e. sidebar) if $authordata is set.
Açıklamasında bahsettiği post loop un bulunduğu dosya ve comments loopun bulunduğu konumları anlayamıyorum. Comments.php de zannedersem comment loop ama post loop hakkında fikrim yok eğer bu eklentiyi kurmuş olan arkadaşım varsa veya fikri olan arakadaşım varsa beni bilgilendirirse çok memnun olurum.
Çözülmüş