$arcid ";" That’s it."/> $arcid ";" That’s it.">
Home > Article > CMS Tutorial > How to modify dedecms to display related content of the entire site according to tag tags
dedecmsHow to modify the tag label to display related content of the entire site
Still use the official original in the article Tag {dede:likearticle col=” row=” titlelen=”}
File found: \include\taglib\likearticle.lib.php
Code found:
$typeid = " And arc.typeid in($typeid) And arc.id<>$arcid ";
Change to:
$typeid = " And arc.id<>$arcid ";
Save it and update it again.
Recommended tutorial: dedecms tutorial
The above is the detailed content of How to modify dedecms to display related content of the entire site according to tag tags. For more information, please follow other related articles on the PHP Chinese website!