Explore the Spirit file Weaving Dream CMS homepage, List page article how to bring up the article tag tag?

Source: Internet
Author: User

1. If the Dedecms v5.7 version uses the label directly

[Field:id function=gettags (@me)/]

can be called out. It's just not connected.

2. If you need to connect, please comment out the 130 lines of the include/helpers/archive.helper.php file.

$tags. = ($tags = = "? $row [' Tag ']: ', '. $row [' tag ']);

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

And then add the following blank space

if (! function_exists (' GETTAGK ')) {

function Gettagk ($aid)

{

Global $dsql;

$TAGK = ";

$query = "Select Tag,aid from ' #@__taglist ' WHERE aid= ' $aid '";

$dsql->execute (' tag ', $query);

while ($row = $dsql->getarray (' tag '))

{

$tagk. = ($TAGK = = "? $row [' Tag ']: ', '. $row [' tag ']);

}

return $TAGK;

}

}

Open dede/article_edit.php again to find $tags = GetTags ($aid), then add $TAGK = GETTAGK ($aid); open Dede/templets/article_ again Edit.htm call tag Tag there to the <?php Echo $tags,?> changed to <?php Echo $TAGK,?> This call can be called when the tag, the background display can also be displayed normally.

Explore the Spirit file Weaving Dream CMS homepage, List page article how to bring up the article tag tag?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.