Home  >  Article  >  php教程  >  destoon实现调用图文新闻的方法,destoon图文

destoon实现调用图文新闻的方法,destoon图文

WBOY
WBOYOriginal
2016-06-13 09:26:46836browse

destoon实现调用图文新闻的方法,destoon图文

本文实例展示了destoon调用图文新闻的方法,该功能是非常常见且实用的技巧。分享给大家供大家参考。具体实现方法如下:

主要功能代码如下所示:

{if $DT[page_news]}

<!--{tag("moduleid=21&length=16&condition=status=3 and level=3 and thumb<>''&pagesize=1&target=_blank&order=addtime desc&width=100&height=80&cols=1&template=thumb-table")}-->

{/if}

<!--{php $tags=tag("moduleid=7&condition=status=3 and thumb!=''&length=30 and level>0&areaid=$cityid&pagesize=1&datetype=2&order=addtime desc&target=_blank&template=null");}-->
{loop $tags $i $t} <a href="{$t[linkurl]}" rel="external nofollow" target="_blank"><span><img src="{$t[thumb]}"    style="max-width:90%"  style="max-width:90%" alt="" ></span> <strong>{$t[title]}</strong> <small>{dsubstr($t[introduce],76)}... <em>[详细]</em></small> </a> {/loop} </div>

希望本文所述方法对大家destoon开发能有所帮助。

destoon B2B 怎在首页调用带有简介的图片新闻

将图片新闻设置成头条推荐图文
重新设置个level6的名称
然后level=6

再建一个带图片的模板 名称为list-tuwen
 

destoon怎调用“广告图片+广告名称”的模式

{ad(26)}{loop $tags $t}

  • {$t[title]}{/loop}
     
  • Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn