Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
首页和列表页怎么调用自定义字段呢
这个问题我一直想了很久,在网上也查了很多资料,一直没结果,结果黄天不负有心人啊,终于找到办法了
{dede:arclist row='4' typeid='10' flag='p' channelid='2' addfields='shop_money' }
<table width="4%" height="212" border="0" cellpadding="0" cellspacing="0" class="yangshi" style="font-size:12px;">
<tr>
<td height="212" colspan="3" align="center">
<a href="[field:arcurl/]" title="[field:fulltitle/]" target="_blank"><img src="[field:litpic/]" target="_blank" width="168" height="180"
alt="[field:fulltitle/]" style="float:left; padding:5px; border:3px solid #333333;" border="0" /></a></td>
</tr>
<tr><td width="32%" style="margin-top:8px;" ><span> 原价:
<span style="color:#cc0000;">[field:shop_money/]</span></span></td>
<td width="35%" style="margin-top:8px;"> 有[field:click/]人喜欢</td>
</tr>
</table>
{/dede:arclist}
|