9 years ago
kered316
Member
It seems in your SEO section in your themes that there is a limit in characters that you can enter for the meta description. I have several site were I will enter the description and then when I look at the source code, the last part of the description is cut off. Is that because there is some sort of character limit? Is there a way to fix/change this?
Thanks! |
9 years ago
Alice
Support Service
Hi!
To change this you need to find function seo() inside the wp-content/themes/YOURTHEME/inc/library.php file and edit the line:
Now length of description is set to 200 characters. You may change this here. |
9 years ago
kered316
Member
Ok, I will give it a try. Thanks!
|