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 -- and this forum will be removed on July 1st, 2013.

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 08-18-2009, 08:33 AM
buzybonnie buzybonnie is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Posts: 27
Default Changing Thumbnails from most Recent to a specifc Category

I know there's been some discussion on changing thumbnails to match as you browse thru categories (still working on that LOL!) but I would like to have the default images show a very specific category rather than most recently added posts - the thought being that I create a "featured" category and when I know I have a client who's coming to see the site, I can drop specific posts into the featured category and those thumbnails would be the first to show so I know my client will immediately find the images I want them to see.

I am assuming I'd change something in the recent.php line of $recent = .... but not sure what.

<?php $categories = get_the_category(); $category = $categories[0]; $cat_ID = $category->cat_ID;?>
<?php $recent = new WP_Query("cat=$cat_ID&showposts=9"); while($recent->have_posts()) : $recent->the_post();?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" /><?php endwhile; ?>


Thanks for any insight!
 

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
Creating new options ror limiting RSS feeds to specifc categories Don C Johnson General Discussion 1 02-22-2010 02:55 AM
category recent thumbnails reverts back to mixed thumbnails excitedrod General Discussion 6 08-25-2009 08:34 AM
Link on thumbnails in recent.php arombauts General Discussion 3 06-01-2009 08:41 PM
Customize recent.php to limit thumbnails by category Sandra General Discussion 9 05-20-2009 02:23 PM
Recent Comments and Thumbnails thefirsttouch General Discussion 1 12-26-2008 09:18 AM


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

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