×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: igidas
Added: Apr 23, 2014 10:34 AM
Views: 1782
Tags: no tags
  1. <!DOCTYPE html>
  2. <html <?php language_attributes(); ?>>
  3.     <head>
  4.         <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  5.         <meta charset="<?php bloginfo('charset'); ?>">
  6.         <title><?php wp_title('|'); ?><?php echo get_bloginfo('name'); ?></title>
  7.         <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" />
  8.         <?php wp_head(); ?>
  9.     </head>
  10.         <body <?php body_class(); ?>>