Skip to content

Instantly share code, notes, and snippets.

@shahidulislamus
Created January 25, 2015 06:41
Show Gist options
  • Save shahidulislamus/ddc435f0c567035d1163 to your computer and use it in GitHub Desktop.
Save shahidulislamus/ddc435f0c567035d1163 to your computer and use it in GitHub Desktop.
some code is mostly necessary this is that code
<?php language_attributes(); ?> is going to lang="en"
<?php bloginfo(''charset); ?> is going to utf-8
<?php wp_title('|',true,'right'); ?> is going to utf-8
<?php echo get_template_directory_uri(); ?> is to access template directory
<?php bloginfo('stylesheet_url'); ?> is replace this main style which is stay in root directory http="you must put hear that code"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment