当前位置: 首页 > 站长资讯 > 正文页面

DEDECMS短标题标签调用与字数修改的方法

本文实例讲述了DEDECMS短标题标签调用与字数修改的方法。分享给大家供大家参考。具体方法如下:8iS网站目录_网站网址收录与提交入口

一、简略标题调用标签:8iS网站目录_网站网址收录与提交入口

{dede:field.shorttitle/}8iS网站目录_网站网址收录与提交入口

这个不能在{dede:arclist}标签中套用,一般放在网页titile处;8iS网站目录_网站网址收录与提交入口

[field:shorttitle/]8iS网站目录_网站网址收录与提交入口

这个可以在{dede:arclist}标签中套用,一般用在栏目列表。8iS网站目录_网站网址收录与提交入口

二、当有简略标题时显示短标题,没有短标题时显示正标题:8iS网站目录_网站网址收录与提交入口

{dede:field name='array' runphp='yes'}8iS网站目录_网站网址收录与提交入口

if(@me['shorttitle']=='') @me=@me['title'];8iS网站目录_网站网址收录与提交入口

else @me=@me['shorttitle'];8iS网站目录_网站网址收录与提交入口

{/dede:field}8iS网站目录_网站网址收录与提交入口

这个不能在{dede:arclist}标签中套用,一般放在网页titile处;8iS网站目录_网站网址收录与提交入口

[field:array runphp='yes']8iS网站目录_网站网址收录与提交入口

if(@me['shorttitle']=='') @me=@me['title'];8iS网站目录_网站网址收录与提交入口

else @me=@me['shorttitle'];8iS网站目录_网站网址收录与提交入口

[/field:array]8iS网站目录_网站网址收录与提交入口

这个可以在{dede:arclist}标签中套用,一般用在栏目列表。8iS网站目录_网站网址收录与提交入口

三、简略标题字数修改:8iS网站目录_网站网址收录与提交入口

简略标题的字数是做了限制的,可以在管理目录dede文件夹下找到下面5个文件:8iS网站目录_网站网址收录与提交入口

archives_add.php,archives_do.php,archives_edit.php,article_add.php,article_edit.php8iS网站目录_网站网址收录与提交入口

然后分别在文件中找到代码:8iS网站目录_网站网址收录与提交入口

$shorttitle = cn_substrR($shorttitle,36);8iS网站目录_网站网址收录与提交入口

把36改成100就可以了.8iS网站目录_网站网址收录与提交入口

希望本文所述对大家的dedecms建站有所帮助。8iS网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章