Move wp_head() to be the last markup before </head>

This commit is contained in:
Michael Silber
2014-11-13 19:41:45 -05:00
parent 554e3e7339
commit 1d05b41197

View File

@@ -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>