![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
|||
|
|||
|
If you are talking about the home page, you would need to edit "home.php" and remove all the code below:
Code:
<div id="homebox">
<?php if ($aOptions['homebox-id'] != '') { query_posts('showposts=7&cat=' . $aOptions['homebox-id']); } ?>
<?php if(have_posts()) : the_post() ?>
<div id="boxmain">
">[img]<?php $key=[/img]ID, $key, true); ?>" alt="<?php the_title() ?>" />
<h3>"><?php the_title() ?></h3>
<?php the_excerpt(); ?>
<span class="itemdets">
Posted On: <?php the_time('F j, Y'); ?>
Posted In: <?php the_category(', ') ?>
Comments: "><?php comments_number('No Responses','One Response','% Responses'); ?>
</span>
</div>
<?php endif; ?>
<?php while(have_posts()) : the_post() ?>
<div class="boxitem">
">[img]<?php $key=[/img]ID, $key, true); ?>" alt="<?php the_title() ?>" />
<h3>"><?php the_title() ?></h3>
<?php the_excerpt(); ?>
</div>
<?php endwhile; ?>
</div>
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove Homepage Featured Bottom | john.l.stoll@gmail.com | General Discussion | 1 | 06-05-2010 10:34 AM |
| Remove 468x60 Banner From Bottom of Posts | pat1010 | General Discussion | 2 | 06-30-2009 12:27 AM |
| remove from displaying on bottom of pages/posts (RESOLVED) | angiemel | General Discussion | 5 | 06-03-2009 11:09 AM |
| Remove Featured Bottom Content | benolivares | General Discussion | 6 | 02-08-2009 05:25 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