首页 > PHP
易优系统标签踩坑
来源:TP课堂 时间:2022-09-13 点击:399

栏目页三大标签:


  <title>{$eyou.field.seo_title}_{eyou:global name='web_name' /}</title>
  <meta name="description" content="{$eyou.field.seo_description}" />
  <meta name="keywords" content="{$eyou.field.seo_keywords}" />


织梦转易优转基础数据时,需要织梦和易优同一个数据库。

如果转移过程出现问题,删除ppt数据表,也就是幻灯片数据表


列表页调取模型自定义字段:

{eyou:list titlelen='100' pagesize="18" addfields='cate_img' }
    {$field.cate_img}
{/eyou:list}
{eyou:pagelist listitem="index,pre,next,end,pageno" listsize="4" /}


导航高亮:


 <ul>
        <li {eyou:if condition="($eyou.field.typeid < 1)" }class="current" {/eyou:if}> <a href="/" title="首页">
              首页</a>
          </li>

          {eyou:channel type="top" row="60" id="field" currentstyle="current"}
          <li class="{$field.currentstyle}"> <a href="{$field.typeurl}" title="{$field.typename}">
              {$field.typename}</a>
          </li>
          {/eyou:channel}
</ul>