Home > Backend Development > PHP Tutorial > DEDE list page calls TAG tag_PHP tutorial

DEDE list page calls TAG tag_PHP tutorial

WBOY
Release: 2016-07-14 10:11:53
Original
1122 people have browsed it

[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...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template