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 03-17-2010, 12:15 PM
zemaitis's Avatar
zemaitis zemaitis is offline
Registered User
Genesis Member
 
Join Date: Aug 2009
Location: Canada
Posts: 56
Default Recent Photo's will only display 3

Is there a time expiry that removes pictures from this area?

my url is http://www.pawparazziphotography.ca

code for recent.php

<div id="photos">

<?php if(get_theme_mod('archive_thumbs') == 'Current') { ?>

<h3><?php _e("Recent Photos From", 'studiopress'); ?> <?php single_cat_title(); ?></h3>

<?php $cat = get_query_var('cat'); ?>
<?php $recent = new WP_Query("showposts=12&cat=$cat"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "thumb", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img class="thumbnails" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&amp;h=<?php echo get_theme_mod('thumb_height'); ?>&amp;w=<?php echo get_theme_mod('thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" /></a>
<?php else: ?>
<?php endif; ?>
<?php endwhile; ?>

<?php } else { ?>

<h3><?php _e("Recent Photos", 'studiopress'); ?></h3>

<?php $recent = new WP_Query("showposts=12"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "thumb", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img class="thumbnails" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&amp;h=<?php echo get_theme_mod('thumb_height'); ?>&amp;w=<?php echo get_theme_mod('thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" /></a>
<?php else: ?>
<?php endif; ?>
<?php endwhile; ?>

<?php } ?>

</div>
 

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
Recent Photo's: How do I make it look only at one category? bshreeves General Discussion 2 07-19-2010 10:46 AM
Display multiple Recent Photos from one post. mitch5 General Discussion 1 02-17-2010 03:21 PM
Can't Get Recent Photos to Display theresident General Discussion 9 10-13-2009 12:11 AM
Change the display order of the recent posts Lionheart General Discussion 1 06-29-2009 02:04 PM
Can I display more than 10 recent photos on the homepage? peissinger General Discussion 4 01-26-2009 07:21 AM


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

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