Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-14-2010, 01:04 AM   PM User | #1
kdpatton
New Coder

 
Join Date: Nov 2008
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
kdpatton is an unknown quantity at this point
Unhappy stupid mistake...deleted something in header.php

Hi

Well I made a really stupid mistake and deleted part of my header code and now I can't fix it.

Code:
<!-- 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>
Quote:
</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!!
kdpatton is offline   Reply With Quote
Old 01-14-2010, 01:06 AM   PM User | #2
kdpatton
New Coder

 
Join Date: Nov 2008
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
kdpatton is an unknown quantity at this point
sorry if the code is confusing this is it altogether

Code:
<!-- 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 } ?>
Also, what i was trying to delete in the first place was the part that automatically says "Just another wordpress weblog"
kdpatton is offline   Reply With Quote
Old 01-14-2010, 03:05 AM   PM User | #3
tomws
Senior Coder

 
tomws's Avatar
 
Join Date: Nov 2007
Location: Arkansas
Posts: 2,644
Thanks: 29
Thanked 330 Times in 326 Posts
tomws will become famous soon enoughtomws will become famous soon enough
Is it this theme? There's a download link there.
__________________
Are you a Help Vampire?
tomws is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:28 PM.


Advertisement
Log in to turn off these ads.