Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
h1
Browse files Browse the repository at this point in the history
  • Loading branch information
wbruno committed Feb 13, 2014
1 parent 853d528 commit cd35a37
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />

<!--[if lt IE 9]>
<script src="http://www.pinceladasdaweb.com.br/blog/wp-content/themes/pw/javascript/html5-shiv.js"></script>
<![endif]-->

<?php wp_head(); ?>

<!--[if lt IE 9]>
<script src="http://www.pinceladasdaweb.com.br/blog/wp-content/themes/pw/javascript/html5-shiv.js"></script>
<![endif]-->

<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> role="document">
<div id="wrap">
<header id="header" class="fleft" role="banner">
<div id="author-blog">
<?php if (is_category() || is_tag() || is_month() || is_paged() || is_page() || is_single()): ?>
<h1 id="blog-name"><a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a></h1>
<?php else: ?>
<a href="<?php echo home_url(); ?>" id="blog-name"><?php bloginfo('name'); ?></a>
<?php endif; ?>

<?php if (is_category() || is_tag() || is_month() || is_paged() || is_page() || is_single()): ?>
<a href="<?php echo home_url(); ?>" id="blog-name"><?php bloginfo('name'); ?></a>
<?php else: ?>
<h1 id="blog-name"><?php bloginfo('name'); ?></h1>
<?php endif; ?>

<img src="http://wbruno.com.br/wp-content/uploads/2014/02/67d0e7b8c79946ef6ab00c8c36b00efc.jpg" alt="<?php bloginfo('name'); ?>" width="200" />
<p><?php bloginfo( 'description' ); ?></p>

Expand Down

0 comments on commit cd35a37

Please sign in to comment.