- {dede:tag sort='new' getall='0'}
- <a rel="nofollow noopener noreferrer" href='[field:link/]'>[field:tag /]</a>
- {/dede:tag}
就可以调用出本文对应的TAG,并且是带链接的。。。
2、去掉系统默认TAG标签的字数限制:
第一步:修改数据库中表dede_tagindex 和dede_taglist的tag字段属性:varchar(12)修改为varchar(255)
第二步:修改源码,在include/archives.func.php中查找:if(isset($tag[12])
修改为:if(isset($tag[255])
在include/archives.func.php中查找:if(isset($tag[20])
修改为:if(isset($tag[255])
这样就行了!
以上就是DEDECMS修改文章TAG 给TAG加链接 去掉TAG字数限制。善良和爱都是免费的,但不是廉价的,你的善良,需要带点锋芒,你的爱,需要带些理智,带眼识人,毕竟不是所有人都配拥有它们。更多关于DEDECMS修改文章TAG 给TAG加链接 去掉TAG字数限制请关注haodaima.com其它相关文章!