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.

Leave a Reply

Get in Touch

Please fill out the form below and we will get back to you ASAP

  • This field is for validation purposes and should be left unchanged.