如果我们有需要对 Typecho 自定义首页TDK的话,可以用这个代码实现:
<?php if($this->is('index')): ?>
<?php $this->header('description=描述内容'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>
本文出处:老蒋部落 » Typecho 自定义首页keywords和Description内容 | 欢迎分享( 公众号:老蒋朋友圈 )
如果我们有需要对 Typecho 自定义首页TDK的话,可以用这个代码实现:
<?php if($this->is('index')): ?>
<?php $this->header('description=描述内容'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>
本文出处:老蒋部落 » Typecho 自定义首页keywords和Description内容 | 欢迎分享( 公众号:老蒋朋友圈 )