WordPress WP Head function use
When you want to make a WordPress theme with Html/Bootstrap template to WordPress theme, you must need to add this function in your index/header file. without you can not get a perfect design and admin bar in your website.
//you should add this function before end Head tag.
<?php wp_head(); ?>
</head>
No comments