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 11-18-2009, 12:13 PM
LeeShields LeeShields is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2009
Posts: 9
Default Home page Thumbnails

Hi all

I've just got these templates today and am setting up my first project.

I know many of my customers have no chance of dealing with the thumbnailing and custom fields so I've just added this plugin which I've used before

http://return-true.com/2008/12/wordpres ... hed-image/

It pulls the first image from a post automatically and thumbnails it for you.

There are other custom setups you can use too

In home.php

around line 20 just add a line to this code

Code:
				<?php $recent = new WP_Query("cat=".get_theme_mod('featured_top_left')."&showposts=".get_theme_mod('featured_top_left_num')); while($recent->have_posts()) : $recent->the_post();?>
				<?php if( get_post_meta($post->ID, "thumb", true) ): ?>
				[img]<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, [/img]&amp;h=<?php echo get_theme_mod('featured_top_left_thumb_height'); ?>&amp;w=<?php echo get_theme_mod('featured_top_left_thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" />	
				<?php else: ?>
              			<?php endif; ?>
Just add
Code:
<?php the_attached_image('',$recent); ?>
before the endif and the plugin adds a thumbnail automatically (you would need to do this for all featured lists)

Hope this is useful!

Lee
 

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
Home page thumbnails help tango General Discussion 10 03-12-2009 01:59 PM
Thumbnails on home page Botunda General Discussion 3 02-06-2009 02:01 PM
Different thumbnails on home page charlieomalley General Discussion 2 01-29-2009 06:59 AM
hpmain on home page thumbnails to video thumbnails? gordonmartin General Discussion 19 11-02-2008 02:26 PM
Different thumbnails on home page charlieomalley General Discussion 1 12-31-1969 06:00 PM


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

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