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 06-30-2009, 10:47 PM
davidg's Avatar
davidg davidg is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Posts: 24
Default Lifestyle 4.0 Images No Longer Show on Home Page

I've just upgraded to Lifestyle Version 4 (downloaded from the Forum). Images no longer show on Home Page. I've checked my home.php and it's calling a custom field "thumb" for both the top featured sections and the bottom featured section... earlier versions had a custom field of "thumbnail" and "hpbottom".

So I change the custom field to "thumb" and now I am getting the alt text but not the image.

Here's what it states in the code... mentions "thumbnail" but calls for "thumb"

Code:
<?php // This is where the thumbnails are found for the homepage bottom section - note the custom field name for this image is "thumbnail". Recommended image size is 70x70, as the stylesheet is written for this size. ?>
			
				<?php $recent = new WP_Query("cat=".get_theme_mod('featured_top_right')."&showposts=".get_theme_mod('featured_top_right_num')); while($recent->have_posts()) : $recent->the_post();?>
				<?php if( get_post_meta($post->ID, "thumb", true) ): ?>
Is there a problem with the files I downloaded for Version 4.0?
 

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
Thumbnail Images do not show up on Home Page byonest General Discussion 5 01-27-2010 06:34 AM
Error and cats no longer showing on home page babrees General Discussion 7 11-16-2009 06:41 AM
Longer post summaries on home page shetakaey General Discussion 2 12-29-2008 08:29 AM


All times are GMT -5. The time now is 10:20 PM.

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