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 06-19-2009, 10:17 PM
ed1283 ed1283 is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 7
Default Permanent Thumbnail?

What would I type to have a permanent thumbnail for the left/right bottom section without me having to use custom fields? in revolution 2.0 i uploaded a file to the images folder and would use /images/mypicture.jpg" somewhere in the code below and I wouldn't have to bother using custom fields in posts because the thumbnail would be done automatically.

the code looks different in lifestyle 3.0 so that got me confused. I know this is probably easy but I have spent the last half hour searching the forum and can't find it! If someone can show me how it would look like i would really appreciate it.

btw is there a way to have thumbnails be put automatically so the same one won't show up this time which is this method (something along the lines of random thumbnails)

<div class="hpfeatured">
<?php $feature_cat_1 = get_option('lifestyle_feature_cat_1'); $feature_cat_1_num = get_option('lifestyle_feature_cat_1_num'); if(!$feature_cat_1) $feature_cat_1 = 1; //setting a default ?>
<h3><?php echo cat_id_to_name($feature_cat_1); ?></h3>



<?php $recent = new WP_Query("cat=".$feature_cat_1."&showposts=".$feat ure_cat_1_num); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
<?php endif; ?>
<?php the_title(); ?>
<?php the_content_limit(80, ""); ?>
 

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
Permanent thumbnail for homepage dpotocki General Discussion 2 11-04-2009 09:19 PM
Permanent ordering of subcategories blameitonkarma General Discussion 3 04-26-2009 12:01 PM
Replacing AdSense with Permanent Images kiaajjjj General Discussion 2 02-13-2009 08:02 AM
Permanent text block in sidebar mikeoh General Discussion 3 01-30-2009 09:26 AM


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

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