求wordpress高手 怎么改关键字
</title><?phpif(is_home()){if(get_option('wpyou_description')){$description=get_optio...
</title><?php if (is_home()){
if (get_option('wpyou_description')) { $description = get_option('wpyou_description'); }
if (get_option('wpyou_keywords')) { $keywords = get_option('wpyou_keywords'); }
} elseif (is_single() || is_page()){
if ($post->post_excerpt) {
$description = $post->post_excerpt;
} else {
$description = substr(strip_tags($post->post_content),0,200);
}
$keywords = "";
$tags = wp_get_post_tags($post->ID);
foreach ($tags as $tag ) {
$keywords = $keywords . $tag->name . ", ";
}
} elseif (is_category()) {
$description = htmlentities(strip_tags(trim(category_description())),ENT_QUOTES,'UTF-8');
}
?>
<meta name="keywords" content="<?php echo $keywords; ?>" />
<meta name="description" content="<?php echo $description; ?>" />
在这个怎么改关键字 跟描述 谢谢 展开
if (get_option('wpyou_description')) { $description = get_option('wpyou_description'); }
if (get_option('wpyou_keywords')) { $keywords = get_option('wpyou_keywords'); }
} elseif (is_single() || is_page()){
if ($post->post_excerpt) {
$description = $post->post_excerpt;
} else {
$description = substr(strip_tags($post->post_content),0,200);
}
$keywords = "";
$tags = wp_get_post_tags($post->ID);
foreach ($tags as $tag ) {
$keywords = $keywords . $tag->name . ", ";
}
} elseif (is_category()) {
$description = htmlentities(strip_tags(trim(category_description())),ENT_QUOTES,'UTF-8');
}
?>
<meta name="keywords" content="<?php echo $keywords; ?>" />
<meta name="description" content="<?php echo $description; ?>" />
在这个怎么改关键字 跟描述 谢谢 展开
1个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询