if ( ! function_exists( 'imbalance2_posted_by' ) ) :
function imbalance2_posted_by() {
printf( __( ' %1$s', 'imbalance2' ),
sprintf( '%3$s',
get_author_posts_url( get_the_author_meta( 'ID' ) ),
sprintf( esc_attr__( 'View allll posts by %s', 'imbalance2' ), get_the_author() ),
get_the_author()
)
);
}
endif;
kodlarına bağlı. ben burayı kaldırdığımda işlev bozuluyor. tek tek kodları değiştirmeye çalıştım yine bozuldu. ne yapabilirim ?