<?php if(strlen(the_author_meta("user_description")) < 200) { echo "200 den küçük"; } else { the_author_meta("user_description"); } ?>