66 characters is really small for a meta description,how to change it to 160, i don't know where i can do.
Daniel said that edit the string length in the admin/controller/setting/setting.php
but edit which line?
maybe not the setting.php file!
your helps will be appreciated
try editing the following line which is around 382 in settings.php
Code: Select all
if (strlen(utf8_decode($this->request->post['config_meta_description'])) > 66) {
$this->error['meta_description'] = $this->language->get('error_meta_description');
}
phpuk wrote:try editing the following line which is around 382 in settings.php
Code: Select all
if (strlen(utf8_decode($this->request->post['config_meta_description'])) > 66) { $this->error['meta_description'] = $this->language->get('error_meta_description'); }
i change the number 66 to 180,but when i login admin, the product meta description also warning me:meta description must be less than 66 characters!
why?
Who is online
Users browsing this forum: No registered users and 113 guests