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
  #1  
Old 06-27-2009, 01:36 PM
neurosci neurosci is offline
Registered User
Pro Plus Member
 
Join Date: May 2009
Posts: 35
Default Limiting number of posts on Home page

Hello,
here's my site: http://luisosio.com

Just curious to know how to limit the number of blog posts on the home page (very bottom).

I'm guessing it's somewhere in "homepagebottom"?


Here's my code:

Code:
    <div id="homepagebottom">
      <?php $featured_cat_1 = get_option('agent_featured_cat_1'); $featured_cat_1_num = get_option('agent_featured_cat_1_num'); if(!$featured_cat_1) $featured_cat_1 = 1; //setting a default ?>
      <?php $recent = new WP_Query("cat=".$featured_cat_1."&showposts=".$featured_cat_1_num); while($recent->have_posts()) : $recent->the_post();?>
      <div class="section">
        <h3><a href="<?php the_permalink() ?>" rel="bookmark">
          <?php the_title(); ?>
          </a></h3>
        <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
        [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
        <?php else: ?>
        <?php endif; ?>
        <?php the_content_limit(400, "[Read more]"); ?>
        <div style="clear:both;"></div>
      </div>
      <?php endwhile; ?>
    </div>

Thanks
 

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
Limiting posts in home page category chrisjaeger General Discussion 4 10-14-2009 11:22 AM
Limiting posts on home page? mattybaz General Discussion 2 02-14-2009 06:36 AM


All times are GMT -5. The time now is 07:35 PM.

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