名站网址导航为大驾家提供DedeCMS站点程序站点教程相关的知识,比如织梦程序安装教程,织梦程序系统故障等教程。首先相关具体操作方法一,直接用织梦程序的sql实现:
1
<title>
2
{dede:field name='typeid' runphp='yes'}
3
$id=@me;
4
global $dsql;
5
$sql="select 网站seo优化title from dede_arctype where id=$id";
6
$row=$dsql->getOne($sql);
7
@me=$row["网站seo优化title"];
8
{/dede:field}
9
</title>
|
第二种相关具体操作方法,需要修改下include/arc.archives.class.php 这个网站文件,找到:
1
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
|
在这段的下面添加:
1
$this->Fields['网站seo优化title'] = $this->TypeLink->TypeInfos['网站seo优化title'];
|
具体调用相关具体操作方法,直接在网站内容页中写:{dede:field.网站seo优化title/}
不想修改网站文件直接用第一种相关具体操作方法, 喜欢动手的可以采用第二种相关具体操作方法,个人推荐采用第二种相关具体操作方法。
关于DedeCMS站点程序站点教程相关的知识,就说到这里了希望能帮助朋友们。dede搜索结果页支持article、sql、channelartlist 等标签