Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

织梦导航当前状态高亮无法调用seotitle

织梦教程:织梦导航当前状态高亮无法调用seotitle!dedecms教程

这里有两个问题:

一、织梦默认导航上是无法调用seotitel的,我们先得解决这个问题,{dede:channel}下调用seotitle

{dede:channel type=’top’}
<a href=’[field:typelink/]’>[field:typename/]</a>
{/dede:channel}

[field:typename/]这里要使用{dede:field.seotitle /},也就是说在织梦{dede:channel}标签中调用栏目seotitle,如何实现?

如果要想在织梦{dede:channel}标签中调用栏目seotitle,我们需要做一下简单的二次开发,步骤如下:

打开/include/taglib文件夹下的channel.lib.php,找到78行到94行:

  if($type==’top’)
 
    {
 
        $sql = "SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath
 
          From `dede_arctype` WHERE reid=0 And ishidden<>1 order by sortrank asc limit 0, $line ";
 
    }
 
    else if($type==’son’)
 
    {
 
        if($typeid==0) return ’’;
 
        $sql = "SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath
 
          From `dede_arctype` WHERE reid=’$typeid’ And ishidden<>1 order by sortrank asc limit 0, $line ";
 
    }
 
    else if($type==’self’)
 
    {
 
        if($reid==0) return ’’;
 
        $sql = "SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath
 
            FROM `dede_arctype` WHERE reid=’$reid’ And ishidden<>1 order by sortrank asc limit 0, $line ";
 
    }

在sql语句里补充:Select id,typename,seotitle,…….就可以调用,如下图:

织梦导航当前状态高亮无法调用seotitle插图
织梦教程:织梦导航当前状态高亮无法调用seotitle

二、如何在这个高亮的状态下调用seotitle

{dede:channel type='top' currentstyle="<li><a href='~typelink~' class='hover'>~typename~<br>[field:seotitle/]</a></li>"}
 
<li><a href="[field:typelink/]">[field:typename/]<br>[field:seotitle/]</a></li>
 
{/dede:channel}

解决方法:找到 include\taglib下面的channel.lib.php 140行

新增一行

$linkOkstr = str_replace("~seotitle~",$row['seotitle'],$linkOkstr);
温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
编程技巧

PbootCMS模板如何配置面包屑导航

2022-6-17 0:00:00

编程技巧

到底是否该购买ecshop授权

2022-6-19 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索