Here is how to limit the post title length.
post_title) > 35) {echo substr(the_title($before = '', $after = '', FALSE), 0, 40) . '...'; } else {the_title();} ?>
Replace your post title with the snippet above.
Here is how to limit the post title length.
post_title) > 35) {echo substr(the_title($before = '', $after = '', FALSE), 0, 40) . '...'; } else {the_title();} ?>
Replace your post title with the snippet above.