實(shí)現(xiàn)DedeCms織夢模板下載文章標(biāo)題分欄顯示的教程
時間: 2018-11-29 13:54
閱讀: 次
作者:素材無憂網(wǎng)
代碼如下:
查看源碼打印代碼幫助
{dede:field name='title'/}-{dede:field name='position' runphp='yes'}
$tc="-"; //分隔符
$tw=$GLOBALS['cfg_list_symbol']; //調(diào)用位置分隔符
@me=html2text(@me); //去除html標(biāo)簽
$tf=split($tw,@me); //分解成數(shù)組
for($ta=(count($tf)-2);$ta>=1;$ta--){ //循環(huán)賦值給$tk
$tk.=trim($tf[$ta]).$tc;
}
$tk=substr($tk,0,-1);
@me=$tk; //賦值給@me
標(biāo)簽: