本帖最后由 安之若素 于 2018-2-1 16:09 编辑
- <head>
- <meta charset="<?php bloginfo( 'charset' ); ?>">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta content="<?php echo esc_attr( get_theme_mod( 'link_color', '#00619f' ) ); ?>" name="theme-color">
- <link rel="profile" >
- <?php wp_head(); ?>
- </head>
复制代码
这个是页头,第一个meta是什么意思呀。
我可以把第一行直接改成这样吗
|