您好,登錄后才能下訂單哦!
使用destoon怎么調用當前欄目分類及子分類和三級分類?很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。
在destoon中提供了如下的調用語句:
一級分類名:
{$m[catname]}
二級分類名:
{$c[catname]}
三級分類名:
{$b[catname]}
具體調用示例如下:
一、直接調用分類名稱和鏈接:
{loop $maincat $i $m}<dl> {php $child = get_maincat($maincat, $CATEGORY, 1);} <dt><a href="{$MOD[linkurl]}{$m[linkurl]}" rel="external nofollow" rel="external nofollow" >{$m[catname]}</a></dt> {php $childs = get_maincat($m[catid], $CATEGORY, 1);} {loop $childs $i $c}<dd><a href="{$MOD[linkurl]}{$c[linkurl]}" rel="external nofollow" rel="external nofollow" rel="external nofollow" >{$c[catname]}</a></dd>{/loop} </dl>{/loop}
二、調用分類名和其下最新文章:
{loop $maincat $i $m} {php $child = get_maincat($maincat, $CATEGORY, 1);} <div class="hq01"> <div class="hq-tt"> <p><h5>{$m[catname]}</h5> {php $a = get_maincat($m[catid], $CATEGORY, 1);} {loop $a $g} {php $f = get_maincat($g[catid], $CATEGORY, 1);} {loop $f $i $b} <span><a href="{$MOD[linkurl]}{$c[linkurl]}" rel="external nofollow" rel="external nofollow" rel="external nofollow" >{$b[catname]}</a></span> {/loop} {/loop} <span class="hqmore"><a href="{$MOD[linkurl]}{$m[linkurl]}" rel="external nofollow" rel="external nofollow" >[更多]</a></span> </p> </div> <div class="clear"></div> {php $childs = get_maincat($m[catid], $CATEGORY, 1);} {loop $childs $i $c} <div class="hq-cc"> <!--{php $tags=tag("moduleid=$moduleid&condition=status=3&areaid=$cityid&length=40&catid=".$c[catid]."&order=".$MOD[order]."&pagesize=5&datetype=2&target=_blank&template=null")}--> <ul> <li class="li-t"><span><a href="{$MOD[linkurl]}{$c[linkurl]}" rel="external nofollow" rel="external nofollow" rel="external nofollow" >---更多</a></span>{$c[catname]}</li> {loop $tags $t} <li><!-- <span class="f_r">{date('Y-m-d', $t[addtime])} </span> --> <a href="{$t[linkurl]}" rel="external nofollow" {if $target} target="{$target}"{/if}>{$t[title]}</a> </li> {/loop} </ul> </div> {/loop} <div class="clear"></div> </div> <div class="clear"></div> {/loop}
看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。