Move wp_head() to be the last markup before </head>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title><?php wp_title('|', true, 'right'); ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<?php wp_head(); ?>
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> Feed" href="<?php echo esc_url(get_feed_link()); ?>">
|
||||
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user