![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
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); ?>&h=<?php echo get_theme_mod('thumb_height'); ?>&w=<?php echo get_theme_mod('thumb_width'); ?>&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); ?>&h=<?php echo get_theme_mod('thumb_height'); ?>&w=<?php echo get_theme_mod('thumb_width'); ?>&zc=1" alt="<?php the_title(); ?>" /></a> <?php else: ?> <?php endif; ?> <?php endwhile; ?> <?php } ?> </div> |
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us