Bläddra i källkod

adding site description

it's commented out by default, but you can add it if you like
eddiemachado 14 år sedan
förälder
incheckning
4477147be6
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 1
      header.php

+ 6 - 1
header.php

@@ -59,9 +59,14 @@
 			<header role="banner">
 			
 				<div id="inner-header" class="clearfix">
-				
+					
+					<!-- to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> -->
 					<p id="logo" class="h1"><a href="<?php echo home_url(); ?>" rel="nofollow"><?php bloginfo('name'); ?></a></p>
 					
+					<!-- if you'd like to use the site description you can un-comment it below -->
+					<?php // bloginfo('description'); ?>
+					
+					
 					<nav role="navigation">
 						<?php bones_main_nav(); // Adjust using Menus in Wordpress Admin ?>
 					</nav>