Skip to content

Instantly share code, notes, and snippets.

View salma101234's full-sized avatar

Salma Jahan salma101234

  • Together Initiatives Limited
  • Dhaka, Bangladesh.
View GitHub Profile
<?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() ?>