Home  >  Article  >  Backend Development  >  DEDE list page calls TAG tag_PHP tutorial

DEDE list page calls TAG tag_PHP tutorial

WBOY
WBOYOriginal
2016-07-14 10:11:531099browse

[field:id function=GetTags(@me)/] tags can be called
It just doesn’t have a connection. If you need to connect, please comment line 130 of the includehelpersarchive.helper.php file

// $tags .= ($tags=='' ? $row['tag'] : ','.$row['tag']);
Replace with the following statement, of course you can also add your own style
$tags .= "".$row['tag']." ";

Article page

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


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477250.htmlTechArticle[field:id function=GetTags(@me)/] The tag can be called but without connection Yes, if you need to connect, please comment line 130 of the includehelpersarchive.helper.php file // $tags .= ($t...
Statement:
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