dedecms 图片调用的问题

来源:百度知道 编辑:UC知道 时间:2024/06/10 14:30:55
{dede:arclist typeid='0' titlelen='24' row='2' col='4' imgwidth='120' imgheight='90'}
<table width='120' border='0' align="center" cellpadding='2' cellspacing='1' bgcolor='#E6EAE3'>
<tr align='center'>
<td bgcolor='#FFFFFF'>[field:imglink/]</td>
</tr>
<tr align='center'>
<td height='20' bgcolor="#FFFFFF">[field:textlink/]</td>
</tr>
</table>
{/dede:arclist}
现在的调用时这样的,不过有些文章没有缩略图,这样调用就把系统的无缩略图的那个图片调用了!!
怎么才能只调用有图片内容的图片呢

你试试看看行不行
{dede:arclist type='image' typeid='0' titlelen='24' row='2' col='4' imgwidth='120' imgheight='90'}
<table width='120' border='0' align="center" cellpadding='2' cellspacing='1' bgcolor='#E6EAE3'>
<tr align='center'>
<td bgcolor='#FFFFFF'>[field:imglink/]</td>
</tr>
<tr align='center'>
<td height='20' bgcolor="#FFFFFF">[field:textlink/]</td>
</tr>
</table>
{/dede:arclist}