![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm guessing this is a php issue--but it's over my head. I have a flash header on my site which works fine on the home page and category pages--but when I go to the individual post page, no dice. See:
header on category page: http://homemakercentral.com/category/blog/ should be the same on individual post, but it disappears: http://homemakercentral.com/2009/03/...-shabby-apple/ Here's my code for index.php: Code:
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class="date">
<div class="dateleft">
<span class="time"><?php the_time('F j, Y'); ?></span> by <?php the_author_posts_link(); ?> <?php edit_post_link('(Edit)', '', ''); ?>
Filed under <?php the_category(', ') ?></p>
</div>
<div class="dateright">
<span class="icomment"><?php comments_number('Leave a Comment', '1 Comment', '% Comments'); ?></span></p>
</div>
</div>
<div style="clear:both;"></div>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
<div class="postmeta">
<span class="tags">Tags: <?php the_tags('') ?></span></p>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
</div>
<div class="adsense-post">
<?php $adsense_468 = get_option('revchurch_adsense_468'); echo stripslashes($adsense_468); ?>
</div>
<div class="comments">
<?php comments_template('',true); ?>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<?php get_footer(); ?>
Code:
#header {
background: #000000 ;
width: 960px;
height: 300px;
color: #FFFFFF;
font-size: 11px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
Code:
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<?php get_footer(); ?>
__________________
Alysia Robertson Visit My Personal Craft Blog--Made with StudioPress Church Theme |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MORE Text and Content visible in Post Feeds ?! | cinema | General Discussion | 5 | 12-31-2009 01:29 AM |
| page/post text disapears | rayman | General Discussion | 4 | 10-29-2009 09:17 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us