Skip to content

Instantly share code, notes, and snippets.

@leonardorb
Created February 23, 2012 23:37
Show Gist options
  • Save leonardorb/1895759 to your computer and use it in GitHub Desktop.
Save leonardorb/1895759 to your computer and use it in GitHub Desktop.
wordpress header
<!doctype html>
<html lang="pt-br" dir="ltr" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!--<link rel="shortcut icon" href="<?php #echo bloginfo('template_url') . "/favicon.ico"; ?>" />-->
<!--<link rel="shortcut icon" href="<?php #echo bloginfo('template_url') . "/apple-touch-icon.png"; ?>" />-->
<link rel="stylesheet" href="<?php echo bloginfo('template_url') . "/css/960.css"; ?>">
<link rel="stylesheet" href="<?php echo bloginfo('template_url') . "/style.css"; ?>">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="<?php echo bloginfo('template_url') . "/js/libs/modernizr-2.5.2.js"; ?>"></script>
<!--<link rel="alternate" type="application/rss+xml" title="<?php #bloginfo('name'); ?> RSS Feed" href="http://feedURL" />-->
<?php #if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment