Can I add meta name in header.php?

Posted in: Newspaper
Post count: 1

hello tagdiv. I have a question for edit header.php.

I added this code in header.php but isn’t work.

this is naver.com webmaster code for verification like google verification code.

<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />

<meta name=”naver-site-verification” content=”eaf0c9e49ad348b3e9260670b15fd8a70c964d70″/>

<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>

I’m not good at english 🙁 thank you!

Post count: 23312

Hello HoYeong Song,

I have added this to my header.php and the meta seems to be rendered here -> https://www.screencast.com/t/R0fJbRRXxl

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.