✏️ 正在编辑: header.php
路径:
/home/qyel0117/public_html/wp-content/themes/semplice7/header.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php use Semplice\Helper\Get; ?> <!DOCTYPE html> <html <?php language_attributes(); ?> data-semplice="<?php echo SEMPLICE_VER ?>"> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php wp_head(); ?> <style>html{margin-top:0px!important;}#wpadminbar{top:auto!important;bottom:0;}</style> <?php Get::header(); ?> </head> <body <?php body_class(); Get::body_bg(); ?> data-post-type="<?php if(is_object($post) && !is_404()) { echo get_post_type($post->ID); } ?>" data-post-id="<?php the_ID(); ?>">
💾 保存文件
← 返回文件管理器