StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-12-2008, 10:09 PM
Jason Schuller Jason Schuller is offline
Registered User
Pro Plus Member
 
Join Date: Sep 2008
Posts: 1,367
Default Re: I want to remove the bottom third (featured posts)

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>
Jason
 

Thread Tools
Display Modes

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

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


All times are GMT -5. The time now is 04:36 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.