typecho教程:自定义首页keywords和Description内容

自定义首页keywords和Description内容

2013-03-26

使用这样的代码,可以自定义相关header内容:

<?php if($this->is('index')): ?>
<?php $this->header('description=专业美国VPS评测及最新美国VPS主机优惠资讯,包括美国VPS最新发布的优惠信息、美国VPS评测服务及参数详解、LinuxVPS新手使用帮助、Linux+Nginx+Mysql+PHP教程等内容。'); ?>
<?php else: ?>
<?php $this->header(); ?><?php endif; ?>