Home > php教程 > php手册 > DEDE列表页调用TAG标签

DEDE列表页调用TAG标签

WBOY
Release: 2016-06-13 10:58:12
Original
955 people have browsed it

[field:id function=GetTags(@me)/] 标签就可以调用出来了
只不过不带连接的,如果需要连接,请注释include\helpers\archive.helper.php文件130行
 

// $tags .= ($tags=='' ? $row['tag'] : ','.$row['tag']);
用下面语句替换,当然你也可以加入自己的样式
$tags .= "".$row['tag']."";

 

文章页面

标签:    {dede:tag row='8' getall='0'}[field:tag /]{/dede:tag}


 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template