Do the images get cropped when displaying a single post? If so, the CKEditor plugin will let you resize images in the posts, independently of WP.
You just click the image, then the image icon in the edit bar and set height, width, and spacing.
Vtxyzzy, thank you for your response,
No, only on an archives page. I need to edit a specific image setting which has all of the blog post images display full-size on the main blog page with all of my posts. Single posts show up fine.
Anyone have an idea on how I can make my post images show up full size on the blog archive page? The page which displays all blog posts?
Please post a link to your site so we can see the differences in the main blog and single posts.
Alright,
I will have maintenance mode deactivated for the next hour so you can take a peek.
http://jpphotography.ca/
OK. On the single page the image is assigned the class of ‘alignnone size-full’. On the blog page, the class is ‘thumbnail wide’.
Since you are using a paid theme, I can’t examine the source code to find exactly where to make the change.
It may be a theme option, so you should examine all theme options carefully.
If you cannot find anything there, look in index.php to see if you can find where the thumbnail is added. Compare that with the code in single.php to see the difference.
If that doesn’t help, you should try to get help from the theme supplier.
I looked for a theme option but there is none. I can definitely try contacting them now that I am aware it is probably because of a theme file and not a wordpress file.
Thanks for the help, and ill update once the problem is finally solved!
Always appreciated.
Scratch that, the problem was located in the portfolio page template:
_e(“bookmark”, “solostream”); ?>” title=”<?php _e(“Permanent Link to”, “solostream”); ?> <?php the_title(); ?>”><img class=”<?php echo $solostream_img[‘class’]; ?>” src=”<?php bloginfo(‘template_directory’); ?>/scripts/timthumb.php?src=<?php echo $the_img_url; ?>&w=400&h=600&zc=1″ alt=”<?php the_title(); ?>” title=”<?php the_title(); ?>” />
<?php } } ?>
Just need to change 600 and 400