" . base64_decode($set['code']['css']) . ""; } if ($set['routine']['favicon'] != null) { ?> {$title}"; $keywords = ''; $description = ''; if (is_home()) { if ($set['seo']['description'] != null) { $description = $set['seo']['description']; } else { $description = get_bloginfo('description'); } if ($set['seo']['keyword'] != null) { $keywords = $set['seo']['keyword']; } } else if (is_single() || is_page()) { global $post; global $corepress_post_meta; $corepress_post_meta = json_decode(get_post_meta($post->ID, 'corepress_post_meta', true), true); if ($corepress_post_meta['seo']['open'] == 1) { $description = $corepress_post_meta['seo']['description']; $keywords = $corepress_post_meta['seo']['keywords']; } else { $description = str_replace("\n", "", mb_strimwidth(strip_tags($post->post_content), 0, 200, "…", 'utf-8')); $tags = wp_get_post_tags($post->ID); foreach ($tags as $tag) { $keywords = $keywords . $tag->name . ", "; } $keywords = rtrim($keywords, ', '); } } elseif (is_tag()) { // 标签的description可以到后台 - 文章 - 标签,修改标签的描述 $description = tag_description(); $keywords = single_tag_title('', false); } $description = trim(strip_tags($description)); $keywords = trim(strip_tags($keywords)); if ($set['seo']['openseo'] == 1) { if (post_password_required() == false) { ?>