WordPress后台 👉🏿 外观 👉🏿 主题文件编辑器 👉🏿 找到 ❤️ header.php ❤️,在</head>之前添加统计代码,保存即可!
<!DOCTYPE html><html <?php language_attributes(); ?>><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title><?php echo boxmoe_theme_title(); ?></title><link rel=”icon” href=”<?php echo boxmoe_favicon(); ?>” type=”image/x-icon”><?php boxmoe_keywords(); ?><?php boxmoe_description(); ?><?php ob_start();wp_head();$wp_head_output = ob_get_clean();echo preg_replace(‘/\n/’, “\n “, trim($wp_head_output)).”\n “;?><?php if (get_boxmoe(‘boxmoe_banner_height_switch’)){ boxmoe_banner_height_load(); }?><!– 在这里之后添加统计代码 –></head>
赞美/嘲讽(0)
暂无赞美/嘲讽