首页 >

内容页调用SEO标题的方法

内容页调用SEO标题:在之间加入以下代码:
复制代码{dede:field name=’typeid’ runphp=’yes’}
$id=@me;
global $dsql;
$sql=”select seotitle from arctype where id=$id”;
$row=$dsql->getOne($sql);
@me=$row[“seotitle”];
{/dede:field}
文章扩展:

内容页调用SEO标题的方法

内容页调用栏目描述:
把默认的
改成:复制代码<meta name="description" content="{dede:field name='typeid' runphp='yes'}
$id=@me;
global $dsql;
$sql=”select description from arctype where id=$id”;
$row=$dsql->getOne($sql);
@me=$row[“description”];
{/dede:field}”/>

内容页调用栏目关键字:
把默认的
改成:复制代码<meta name="keywords" content="{dede:field name='typeid' runphp='yes'}
$id=@me;
global $dsql;
$sql=”select keywords from arctype where id=$id”;
$row=$dsql->getOne($sql);
@me=$row[“keywords”];
{/dede:field}”/>


内容页调用SEO标题的方法
  • 织梦DedeCMS问答(ask)模块游客匿名提问和解答
  • 织梦DedeCMS问答(ask)模块游客匿名提问和解答 | 织梦DedeCMS问答(ask)模块游客匿名提问和解答 ...

    内容页调用SEO标题的方法
  • 织梦DedeCMS:arclist及织梦DedeCMS:list调用网站系统变量或自定义变量
  • 织梦DedeCMS:arclist及织梦DedeCMS:list调用网站系统变量或自定义变量 | 织梦DedeCMS:arclist及织梦DedeCMS:list调用网站系统变量或自定义变量 ...

    内容页调用SEO标题的方法
  • 织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法
  • 织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法 | 织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法 ...