您好,欢迎访问上海华夕网络科技有限公司官方网站!我公司专业提供上海网站建设,网站SEO优化,百度关键词优化,让客户花较少的钱做到满意的效果,咨询热线:18055602260
关于我们

[LaoCMS]做模板过程中整理的一些常用标签

发布时间:2016-10-24   编辑:华夕网络  阅读次数:

--------------------------------------------------------------------------------------------------

站点

--------------------------------------------------------------------------------------------------

{lao:$site_name} //站名
{lao:$site_url} //网址
{lao:$site_title} //标题
{lao:$site_keywords} //关键字
{lao:$site_description} //描述
{lao:$site_template} //模板路径


--------------------------------------------------------------------------------------------------

菜单

--------------------------------------------------------------------------------------------------

{lao:nav  } //parentid=指定父级栏目下的二级栏目 ismenu=是否调用隐藏
<li>
<a href="{lao:$lao['url']}">{lao:$lao['catname']}</a>
</li>
{/lao:nav}  //调用所有菜单
{lao:if  $lao['child']}
{lao:nav parentid=$lao[catid] }
<li>
<a href="{lao:$lao['url']}">{lao:$lao['catname']}</a>
</li>
{/lao:nav}
{/lao:if} //调用二级菜单


{lao:if $current}on{/lao:if} //当前高亮
{lao:if $index}on{/lao:if} //首页高亮


--------------------------------------------------------------------------------------------------

列表

--------------------------------------------------------------------------------------------------

{lao:list}
<a href="{lao:$lao['url']}">{lao:$lao['title']}</a>
{/lao:list}

status=推荐 modelid=模型ID catid=栏目ID order=排序 page=$page=是否分页 pagesilaoe=每页数量
urlrule=/[page] 手动链接规则  cms=1=查询附加表自定义字段 thumb=1 是否有缩略图 cache=缓存时间3600=1小时
num=数量 table=数据表 return=返回数组格式 sql=SQL语句

 

--------------------------------------------------------------------------------------------------

栏目 VS 文章(列表

--------------------------------------------------------------------------------------------------

循环所有栏目和文章

{lao:nav typeid=1}
 {lao:$lao['catname']}
 {lao:list catid=$lao[catid]  num=10 }
 调用显示表中字段 $key序号
 {/lao:list}
{/lao:nav}



--------------------------------------------------------------------------------------------------

栏目 VS 文章(列表

--------------------------------------------------------------------------------------------------

分页{lao:$pagelist}
标题{lao:$lao['title']}
缩略图 {lao:$lao['thumb']}
时间格式化 {lao:function.date("Y.m.d", $lao['time'])}
内容HTML{lao:function.htmlspecialchars_decode($lao['content'])}
标题截取{lao:function.strcut($lao[title],52)}
5天之内加NEW{lao:if $lao['time']>(time()-3600*24*5)}new{/lao:if}


--------------------------------------------------------------------------------------------------

内容页

--------------------------------------------------------------------------------------------------
面包屑导航{lao:function.position($catid, ' &gt;&nbsp;')}
内容{lao:$content}
相关内容可做专题页
{lao:if $xiangguanneirong} 存在则显示
{lao:list id=$xiangguanneirong}
表中字段可用
{/lao:list}
{/lao:if}



--------------------------------------------------------------------------------------------------

判断

--------------------------------------------------------------------------------------------------
{lao:if $字段}不为空

{lao:if empty($num)}为空

{lao:if $lao['catid']==17}如果栏目等于

{lao:if $key%4==0}如果大于第4条
不为空显示
{lao:else}
否则显示
{/lao:if}


--------------------------------------------------------------------------------------------------

搜索

--------------------------------------------------------------------------------------------------
搜索关键词 {lao:$kw}
{lao:loop $data $t}
{lao:$t['title']}{lao:$t['url']}{lao:function.date("Y年m月d日", $t['time'])}{lao:function.strcut($t[title],100)}
{/lao:loop}
分页{lao:$pagelist}


二级栏目及内容固定显示所属一级栏目名称
{lao:php $topcat = get_top_cat($catid);}
<div class="title">{lao:$topcat[catname]}</div>
  <ul class="leftmenu">
    {lao:nav parentid=$topcat[catid]}
    <li class="{lao:if $current}current{/lao:if}"><a href="{lao:$lao['url']}">{lao:$lao['catname']}</a></li>
    {/lao:nav}
  </ul>
 
 

--------------------------------------------------------------------------------------------------

首页分页

--------------------------------------------------------------------------------------------------

{lao:list urlrule=/index.php?page=[page] page=$page}
如果是伪静态,就要改成
{lao:list urlrule=/index-[page].html page=$page}
并且加一条规则
RewriteRule ^index-([0-9]+).html$ index.php?page=$1 [L]
首页循环显示文章栏目链接
<a href="{lao:$cats[$lao[catid]][url]}">{lao:$cats[$lao[catid]][catname]}</a>
首页循环显示内容加分页
{lao:list status=1 modelid=1 order=time,id pagesilaoe=5 urlrule=/[page] page=$page cms=1}
{/lao:list}

{lao:$pagelist}

 

如没特殊注明,文章均为华夕网络原创,转载请注明来自 http://seoyk.cn/

华夕学院栏目分类

大家都在浏览

这些是最新的