# dedecms短标题shorttitle字符长度限制

*Published:* 2023-10-06
*Author:* 客服001

#### 温馨提醒

如果文章内容或图片资源失效，请留言反馈，我们会及时处理，谢谢

本文最后更新于2023年10月6日，已超过 180天没有更新



修改：archives\_add.php，archives\_do.php，archives\_edit.php，article\_add.php，article\_edit.php，5个文件，将代码：

```
$<a class="tag_link" href="https://www.xarjtc.com/tag/shorttitle" target="_blank" title="查看shorttitle此标签更多文章"><abbr title="">shorttitle</abbr></a> = cn_substrR($shorttitle,36);
```

中的36改成需要的字符长度即可，例如：120，即可。