rinelson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 3.0.2 Updrage – Post ThumbnailsFixed it. Had the thumbnails function in the wrong place in the loop.php file. Here’s where it should be:
<div class="entry-meta"> <?php twentyten_posted_on(); ?> </div><!-- .entry-meta --> <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?> <div class="entry-summary"> <?php the_post_thumbnail(array(200,160), array("class" => "alignleft post_thumbnail")); ?> <?php the_excerpt(); ?> </div><!-- .entry-summary -->
It should go in the entry-meta div, not the entry-content div.
Thanks for helping to everyone. I went back to an old backup of the loop.php file and found the difference. duh… should’ve looked at that first. My apologies and thanks to those who wasted their time to try and help me.
Rich
Forum: Fixing WordPress
In reply to: 3.0.2 update analytic problemsorry… posting in the wrong post.
Forum: Themes and Templates
In reply to: 3.0.2 Updrage – Post ThumbnailsI had tried that already but I went ahead and tried again. No avail. I’m really baffled because it worked just fine prior to the upgrade to 3.0.2. I’ve contemplated going back to 3.0.1 but didn’t want to because 3.0.2 is suppose to be a security patch (upgrade).
Thanks to those of you who have taken the time to help. Any other ideas?
Best, RichForum: Themes and Templates
In reply to: 3.0.2 Updrage – Post Thumbnailsdeactivated all plugins, problem persists. activated them one at a time just to see. no change.
Please help.
Forum: Themes and Templates
In reply to: 3.0.2 Updrage – Post ThumbnailsThanks for the reply esmi. I am already running the Twenty Ten theme and the post thumbnails were working fine until I did the upgrade to 3.0.2. Any reason why it a plugin would not cause any problems before the upgrade but then does after?
I’ll give the plugin test a try and see, just can’t see why that would be it.
Thanks again and I’ll update as soon as I try