need help for title length from post name to category name
-
if(strlen($post->post_title)>17){echo substr($post->post_title,0,17).'...';}else{the_title();}
how do i change that for category that links to the category page, i know i need to change the_title to the_category but when i do that the title uses all its characters again instead of just 17…
- The topic ‘need help for title length from post name to category name’ is closed to new replies.