Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html <?php language_attributes(); ?>>
- <head>
- <meta charset="<?php bloginfo('charset'); ?>" />
- <!--Thiết lập title của trang chủ và post, page-->
- <title><?php wp_title('|',true,'right'); ?><?php bloginfo('name'); ?></title>
- <link rel="profile" href="http://gmpg.org/xgn/11" />
- <!--Chèn CSS và JS cần thiết-->
- <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
- <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory');?>/style/960.css" />
- <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory');?>/style/text.css" />
- <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
- <!--Kích hoạt comment đa tầng trong theme-->
- <?php
- /*
- Enabled threaded comment
- */
- if (is_singular() && get_option( 'thread_comment' ))
- wp_enqueue_script( 'comment_reply' );
- wp_head();
- ?>
- </head> <!--End <head>-->
Advertisement
Add Comment
Please, Sign In to add comment