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
  #2  
Old 03-26-2012, 05:46 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default

yes there is!

have a look at this tutorial

http://markjaquith.wordpress.com/200...mbnail-images/

the part you will want to switch out for the
PHP Code:
<?php the_post_thumbnail(); ?>
I am using Magazine 10 as reference -

in home.php remove

PHP Code:
function sp_post_thumb($post, $position) {
    if( get_post_meta($post->ID, "thumb", true) ): 
?>
    <a href="<?php the_permalink() ?>" rel="bookmark">
        <img class="thumb" 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($position.'_thumb_height'); ?>&amp;w=<?php echo get_theme_mod($position.'_thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" />
    </a>    
<?php
    
else:
        
// You might want to show a default image?
    
endif; 
}
?>
then replace these areas with the new code
PHP Code:
<?php sp_post_thumb($post'featured_top_left'); ?>
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
 

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
Executive "Classic" - "Read More" in blog archives tinstar General Discussion 3 11-28-2010 01:12 AM
Streamline "Classic" Featured thumb missing gemini General Discussion 5 10-24-2010 06:10 PM


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

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