I want to limit the characters of post title in WordPress.
Suppose I have published an article with 150 characters post title but I want to show only 120 characters. Is there any way to do it?
I want to limit the characters of post title in WordPress.
Suppose I have published an article with 150 characters post title but I want to show only 120 characters. Is there any way to do it?
You must be logged in to post a comment.
You could simply edit the header of your theme in
wp-content/themes/your-theme/header.php
. Then change the title depending on the number of characters:This is best in this regards I used this. This site explain 5 ways for reducing:
http://www.doc4design.com/articles/wordpress-5ways-shorten-titles/