You could try setting a percentage size on images via CSS for the archive pages. Or you could try using post thumbnails.
Thread Starter
fkaf
(@fkaf)
OK
I`ll try that, but what elements should get that code?
The pages of posts are from a template I copied and named pageofposts.php
Also the posts layout is differnt when on a page than in the blogroll.
Why is that?
Example posts on a page
http://www.kjagen.com/features/music-reviews/
posts in a single
http://www.kjagen.com/2009/09/dream-theater/
Thread Starter
fkaf
(@fkaf)
Thanks
But I dont`t see how to do it
For ex this
[single.php] the_post_thumbnail(array(500,300));
[index.php] the_post_thumbnail(array(250,150));
How shold that be placed in the single and index?
Just like this?
the_post_thumbnail(array(250,150));