织梦最新
开头三句话:
<title>{dede:global.cfg_webname/}</title> <meta name="description" content="{dede:global.cfg_description/}" /> <meta name="keywords" content="{dede:global.cfg_keywords/}" />
幻灯片:
新建一级栏目幻灯片。
循环单个栏目:
{dede:type typeid='1'} <li> <a href="[field:typelink/]">[field:typename /]</a> </li> {/dede:type}
循环文章内容
{dede:arclist typeid= '8' row='5' row='4'} <div class="img" style="background: url([field:litpic/]) center no-repeat; background-size: cover;"></div> {/dede:arclist}
推荐文章内容:
{dede:arclist typeid= '2' flag='a' titlelen='55' row='4'} <div class="col-sm-4 col-xs-12 wow fadeInUp"> <a href="[field:arcurl/]" class="box box1 bg-f imgH"> <div class="ovh"><img src="[field:litpic/]" /></div> <p class="textH">[field:title/]</p> </a> </div> {/dede:arclist}
[field:title/] //调用标题
[field:arcurl/] //调用地址
[field:description /] //调用简介
[field:pubdate function=strftime('%Y-%m-%d',@me)/] //调用时间 [field:pubdate function="MyDate('Y.m.d',@me)"/]
[field:litpic/] //调用缩略图
{dede:global.cfg_cmsurl/}/plus/list.php?tid=3 //进入某个栏目的链接地址。
设置变量
系统设置-系统基本参数:
地址:{dede:global.b/}