在需要调用的地方添加如下代码:

[field:id runphp='yes']     
global $cfg_cmspath;        
$tags = GetTags(@me);        
$revalue = '';        
$tags = explode(',', $tags);        
foreach($tags as $key => $value){
            if($value){
                $revalue .= '<a href="'.$cfg_cmspath.'/tags.php?/'.$value.'/">'.$value.'</a>&nbsp;';         
   }      
  }        
@me = $revalue;     
[/field:id] 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-10-22
  • 2021-04-18
  • 2021-05-16
猜你喜欢
  • 2021-06-16
  • 2021-06-03
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
相关资源
相似解决方案