post_title) > 10) {
echo substr(the_title($before = '', $after = '', FALSE), 0, 10) . '...'; } else {
the_title();
} ?>
benim yaptığım bu fazladan bir kod yok normal döngüsü arasında the_title , the_excerpt var.
Vede bu benim yaptığım:
post_author) > 6) {
echo substr(the_author($before = '', $after = '', FALSE), 0, 6) . '...'; } else {
the_author();
} ?>