10个常用的eyoucms易优CMS标签(织梦CMS迁移可用)
ssr
撰写于 2022年 02月 26 日

最近一个月时间我们不少的朋友都在忙着将织梦CMS迁移到其他免费或者便宜的CMS程序中。其中我们有些朋友会迁移到标签相似的易优CMS,但是标签还是有区别的。我们在迁移程序后需要将原有的模板主题换成新程序的标签,当然对应的模板名称也是需要更换的。
在这篇文章中,老蒋整理10个常用的eyoucms标签,确保我们可以迁移到新的程序中。
基础语法:

{eyou:tag sort='now' getall='0' row='100'}
typeid='' 栏目ID,调取某个栏目下的全部TAG
row='100' 返回广告列表总数
getall='' 获取类型,0为当前内容页TAG标记,1为获取全部TAG标记
type='' 选择栏目方式

type='son' 表示下级栏目

type='self' 表示同级栏目
type='top' 表示顶级栏目
type='sonself' 表示当前下级栏目以及同级栏目
type='first' 表示当前栏目ID的最顶级栏目下的第一级全部栏目

sort='' 标签排序方式

sort='new' 按最新排序
sort='rand' 随机排序
sort='week' 按周统计排序
sort='month' 按月统计排序
sort='hot' 按点击数排序
sort='total' 按文档数排序

name='' 变量
empty='' 没有数据时显示的文案
mod='' 每隔N行输出的内容
id='' 可以任意指定循环里的变量名替代field,假设id='field1',模板调用如:{$field.title} 变成 {$field1.title}
底层字段:


我们看看对应的参数。这里我们有10个常用的标签调用记录。
1、调用指定栏目的子类包含父类
{eyou:channelartlist typeid='82'}
{eyou:field name='typename' /}
{eyou:channel row="6" type ='son'}
{$field.typename}
{/eyou:channel}

{/eyou:channelartlist}


2、获取当前栏目下的子类
{eyou:channeltype="first"id="field2"currentstyle="active"}
<liclass='{$field2.currentstyle}'>{$field2.typename}
{/eyou:channel}

3、调用指定栏目下面的内容
{eyou:arclisttypeid='71'limit='0,6'titlelen='30'infolen='160'orderby='add_time'}

  • <divclass="img-center"><imgsrc="{$field.litpic}"alt="{$field.title}">

  • {$field.title}


    {/eyou:arclist}

    4、公共头部底部调用
    {eyou:includefile="header.htm"/}
    {eyou:includefile="footer.htm"/}

    5、获取当前位置
    {eyou:position/}

    6、封面页当前栏目的名称
    {$eyou.field.typename}

    7、分页数据调用以及分页样式
    {eyou:listpagesize="1"titlelen="30"}
  • {$field.add_time|MyDate='Y-m-d',###}</span><b>{$field.title}

  • {/eyou:list}

    8、css、js、image引入标签
    {eyou:staticfile="skin/css/style.css"/}
    {eyou:staticfile="skin/js/jquery.min.js"/}
    {eyou:globalname='web_templets_pc'/}模板路径

    9、首页顶级栏目调用
    <liclass='active'>网站首页
    {eyou:channeltype="top"id="field"currentstyle="active"}
    <liclass="{eyou:notemptyname="$field.children"}dropdown{/eyou:notempty}">
    <iclass="arr">{$field.typename}
    <divclass="dropdown-box">
    {eyou:channelname="$field.children"id="field2"}

    {$field2.typename}


    {/eyou:channel}


    {/eyou:channel}

    10、产品内容页面图片集调用
    {eyou:volistname="$eyou.field.image_list"}
    <divclass="swiper-slide">
    <divclass="img-center"><imgsrc="{$field.image_url}"rel="{$field.image_url}"class="jqzoom"/>


    {/eyou:volist}

    总结,我们可以看到大部分的标签和织梦还是很相似的。我们需要根据对应的标签修改调出文章即可。

    10个常用的eyoucms易优CMS标签(织梦CMS迁移可用)

    最近一个月时间我们不少的朋友都在忙着将织梦CMS迁移到其他免费或者便宜的CMS程序中。其中我们有些朋友会迁移到标签相似的易优CMS,但是标签还是有区别的。我们在迁移程序后需要将原有的模板主题换成新程序的标签,当然对应的模板名称也是需要更换的。
    在这篇文章中,老蒋整理10个常用的eyoucms标签,确保我们可以迁移到新的程序中。
    基础语法:

    {eyou:tag sort='now' getall='0' row='100'}
    typeid='' 栏目ID,调取某个栏目下的全部TAG
    row='100' 返回广告列表总数
    getall='' 获取类型,0为当前内容页TAG标记,1为获取全部TAG标记
    type='' 选择栏目方式

    type='son' 表示下级栏目

    type='self' 表示同级栏目
    type='top' 表示顶级栏目
    type='sonself' 表示当前下级栏目以及同级栏目
    type='first' 表示当前栏目ID的最顶级栏目下的第一级全部栏目

    sort='' 标签排序方式

    sort='new' 按最新排序
    sort='rand' 随机排序
    sort='week' 按周统计排序
    sort='month' 按月统计排序
    sort='hot' 按点击数排序
    sort='total' 按文档数排序

    name='' 变量
    empty='' 没有数据时显示的文案
    mod='' 每隔N行输出的内容
    id='' 可以任意指定循环里的变量名替代field,假设id='field1',模板调用如:{$field.title} 变成 {$field1.title}
    底层字段:


    我们看看对应的参数。这里我们有10个常用的标签调用记录。
    1、调用指定栏目的子类包含父类
    {eyou:channelartlist typeid='82'}
    {eyou:field name='typename' /}
    {eyou:channel row="6" type ='son'}
    {$field.typename}
    {/eyou:channel}

    {/eyou:channelartlist}


    2、获取当前栏目下的子类
    {eyou:channeltype="first"id="field2"currentstyle="active"}
    <liclass='{$field2.currentstyle}'>{$field2.typename}
    {/eyou:channel}

    3、调用指定栏目下面的内容
    {eyou:arclisttypeid='71'limit='0,6'titlelen='30'infolen='160'orderby='add_time'}

  • <divclass="img-center"><imgsrc="{$field.litpic}"alt="{$field.title}">

  • {$field.title}


    {/eyou:arclist}

    4、公共头部底部调用
    {eyou:includefile="header.htm"/}
    {eyou:includefile="footer.htm"/}

    5、获取当前位置
    {eyou:position/}

    6、封面页当前栏目的名称
    {$eyou.field.typename}

    7、分页数据调用以及分页样式
    {eyou:listpagesize="1"titlelen="30"}
  • {$field.add_time|MyDate='Y-m-d',###}</span><b>{$field.title}

  • {/eyou:list}

    8、css、js、image引入标签
    {eyou:staticfile="skin/css/style.css"/}
    {eyou:staticfile="skin/js/jquery.min.js"/}
    {eyou:globalname='web_templets_pc'/}模板路径

    9、首页顶级栏目调用
    <liclass='active'>网站首页
    {eyou:channeltype="top"id="field"currentstyle="active"}
    <liclass="{eyou:notemptyname="$field.children"}dropdown{/eyou:notempty}">
    <iclass="arr">{$field.typename}
    <divclass="dropdown-box">
    {eyou:channelname="$field.children"id="field2"}

    {$field2.typename}


    {/eyou:channel}


    {/eyou:channel}

    10、产品内容页面图片集调用
    {eyou:volistname="$eyou.field.image_list"}
    <divclass="swiper-slide">
    <divclass="img-center"><imgsrc="{$field.image_url}"rel="{$field.image_url}"class="jqzoom"/>


    {/eyou:volist}

    总结,我们可以看到大部分的标签和织梦还是很相似的。我们需要根据对应的标签修改调出文章即可。

    那年今日
    02月
    26日
    上一篇
    Layui WEB前端框架官网即将下架 迁移至代码托管平台
    下一篇
    PbootCMS PHP企业网站CMS程序是否免费可商用
    赞 (0)

    猜您想看

    评论区(暂无评论)

    这里空空如也,快来评论吧~

    我要评论