how to change image size (thumbnail) in classipress 3.2 on home page?
Hi,
Any ideas where I can change the post image size on front page? I mean thumbnails size... in classipress 3.1.8 it was possible by editing theme-functions.php file in 3.1.9 by editing function.php and theme-function.php code :
$adthumbarray = wp_get_attachment_image( $image_id, 'ad-thumb' ); change to small and setup small for 150x150 in add_image_size('ad-small', 150, 150, true); and mod in function.php but in 3.2 there is not this code in function.php ...