欢迎来到奥多码

DEDECMS织梦内容页调用seotitle标题的写法

日期: 2020-06-30 12:02:05

首先方法一,直接用织梦的sql实现:
 
<span style="font-size:14px;">1
<title>
{dede:field name='typeid' runphp='yes'}
$id=@me;
global $dsql;
$sql="select seotitle from dede_arctype where id=$id";
$row=$dsql->getOne($sql);
@me=$row["seotitle"];
{/dede:field}
</title>
</span>
 
第二种方法,需要修改下include/arc.archives.class.php 这个文件,找到:
 
<span style="font-size:14px;">1
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
</span>
 
<span style="font-size:14px;">1
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
</span>
 
在这段的下面添加:
 
<span style="font-size:14px;">1
$this->Fields['seotitle'] = $this->TypeLink->TypeInfos['seotitle'];
</span>
 
调用方法,直接在内容页中写:{dede:field.seotitle/}
 
不想修改文件直接用第一种方法, 喜欢动手的可以采用第二种方法,个人推荐采用第二种方法。
 

上一篇:两种可以实现DEDECMS栏目统计功能的方法

下一篇:织梦(dedecms)优化之更改RSS、sitemap路径至根目录

  • 在线客服

    官方微信

    仅处理投诉、举报及平台使用问题;
    商品问题请咨询商家客服!

浏览记录