View Single Post
  #6 (permalink)  
Old 11-07-2008, 07:49 PM
tkdville tkdville is offline
Junior Babbler
 
Join Date: Nov 2008
Posts: 4
tkdville has no reputation at Website Babble yet.
Default

My apologies Alpha 7 but you lost me (really not hard to do ).

Here's some code from my header.php file:

<div id="header">


<div class="blogtitle">
<h1><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div> <!-- end of #header -->


Is this the code you're referring to, if so, what changes should I make?
Reply With Quote