This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php language_attributes(); ?> | |
<?php bloginfo( 'charset' ); ?> | |
<?php wp_title('|',true,'right') ?> //--- set title($sep, $display,$location) | |
//add header within <head> tag | |
<?php wp_head() ?> | |
//add footer after finishing footer tag | |
<?php wp_footer() ?> |