网站首页
yourcms一些标签
发布时间:2015-12-12 15:51:02编辑:admin阅读()
单独页面标签
{__NOLAYOUT__}
标题关键词等标签
<title>{$seo_title}-{$site_name}</title>
<meta name="keywords" content="{$seo_keywords}" />
<meta name="description" content="{$seo_description}" />
网站当前位置标签
{:L(catpos)} <a href="{:URL()}">{:L(home_font)}</a> >
<YP:catpos catid="catid" space=" > " />
单页父级调转到子级
{if $parentid==0}
<YP:subcat catid="$catid" key="sub">
{if ($sub <=1)}
<?php header('location:'.$r['url'].'');?>
{else}
{/if}
</YP:subcat>
{/if}
获取当前栏目名称
{$catname}
获取父级栏目名称
{$Categorys[$parentid]['catname']}
列表标签
<!--<volist name="list" id="r">-->
<li><a href="{$r.url}">{$r.title}</a> <p>{$r.createtime|toDate=###,'Y.m.d'}</p></li>
<!--</volist>-->
图片的的,和上面一样!
<volist name="list" id="vo" key="k">
<div class="show"> <a href="{$vo.url}">
<img src="{$vo.thumb}" width="162" height="141" /></a>
<p><a href="{$vo.url}">{$vo.title}</a></p>
</div>
</volist>
轮播图代码
<YP:flash flashid="2" />
底部信息
<yp:block pos="footer" />
友情链接
<YP:link typeid="2" linktype="1" >
<li style="background:none;"><a href="{$r['siteurl']}">{$r['name']}</a></li>
</YP:link>
typeid="2" 为友情链接所有类别ID
linktype="2" 设置调用什么类型的链接 1为文字链接.2为图片链接
要选默认分类才出来