如何使用 PHP 限制标题标签的长度 [英] How to Limit the Length of the Title Tag using PHP

查看:40
本文介绍了如何使用 PHP 限制标题标签的长度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想限制 php 中自动生成的页面标题的字符数.

I want to limit the character count of automatically generated page titles in php.

你能想出任何可以为我做到这一点的 php 或 jquery 代码吗,我只需在页面标题中输入我想要的最大字符数(70 个字符)?

Can you come up with any php or jquery code that can do this for me, with me just entering the character count maximum I want in page titles (70 characters)?

推荐答案

这样的事情怎么样?

<title><?php echo substr( $mytitle, 0, 70 ); ?></title>

这篇关于如何使用 PHP 限制标题标签的长度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆