kdpatton
01-14-2010, 01:04 AM
Hi
Well I made a really stupid mistake and deleted part of my header code and now I can't fix it.
<!-- Begin Masthead -->
<div id="masthead">
<h4 class="left"><a href="<?php echo get_settings('home'); ?>/" title="Home"><?php bloginfo('name'); ?></div>
<div class="clear"></div>
</div>
<?php /* If this is home */ if (is_front_page()) { ?>
<?php include (TEMPLATEPATH . '/slideshow.php'); ?>
<?php } ?>
<?php if ( $paged > 1 ) { ?>
<?php } ?>
The code in green is the part that is wrong. All I remember is that is said something about "clear" so I put that in but it didnt fix it completely. I know this is a weird request but can anyone suggest code to fix it?
Its a wordpress blog using the graphpaperpress theme F8 Lite which isn't available for download anymore so I can't even re-install it.
This is my site:
Basically the content needs to be lined up with the nav.
THANKS!!
Well I made a really stupid mistake and deleted part of my header code and now I can't fix it.
<!-- Begin Masthead -->
<div id="masthead">
<h4 class="left"><a href="<?php echo get_settings('home'); ?>/" title="Home"><?php bloginfo('name'); ?></div>
<div class="clear"></div>
</div>
<?php /* If this is home */ if (is_front_page()) { ?>
<?php include (TEMPLATEPATH . '/slideshow.php'); ?>
<?php } ?>
<?php if ( $paged > 1 ) { ?>
<?php } ?>
The code in green is the part that is wrong. All I remember is that is said something about "clear" so I put that in but it didnt fix it completely. I know this is a weird request but can anyone suggest code to fix it?
Its a wordpress blog using the graphpaperpress theme F8 Lite which isn't available for download anymore so I can't even re-install it.
This is my site:
Basically the content needs to be lined up with the nav.
THANKS!!