Limit the title length
-
I would like to limit the visible title length in my grid view to 65 characters. If it is longer than 65, it should end in 65 and after that “…”.
The title in php is written like this:
<b><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ? ></a></b>
- The topic ‘Limit the title length’ is closed to new replies.