i added header.php but not working ??
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title(' '); ?> <?php if(wp_title(' ', false)) { echo ' : '; } ?><?php bloginfo('name'); ?></title>
<?php if(is_feed()||is_trackback()) echo '<meta name="robots" content="noindex">'; ?>
maybe, feed pages can not use header.php? may need to be done with functions.php
—————–
also is true? for feed
<meta name="robots" content="noindex">'; ?>
or
<xhtml:meta xmlns:xhtml="https://www.w3.org/1999/xhtml" name="robots" content="noindex" />
THANKS