Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created June 11, 2012 13:11
Show Gist options
  • Save takatoshi/2910037 to your computer and use it in GitHub Desktop.
Save takatoshi/2910037 to your computer and use it in GitHub Desktop.
<body>
<div id="container">
<header id="header">
<a id="title" href="<?php echo home_url(); ?>">
<h1><?php bloginfo('name'); ?></h1>
<p id="desc"><?php bloginfo('description'); ?></p>
</a>
<a id="twitter_icon" href="http://twitter.com/" target="_blank" ><img src="<?php bloginfo('template_url'); ?>/images/twitter.png" /></a>
<a id="rss_icon" href="<?php bloginfo('rss2_url'); ?>" target="_blank" ><img src="<?php bloginfo('template_url'); ?>/images/rss.png" /></a>
</header><!-- /#header -->
</div><!-- /#container -->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment