thumbnail_size doesn't display desired thumb size
-
Hi,
for some reason I’m not able to get[catlist thumbnail_size=32,32]
to work. My complete shortcode is as follows:
[catlist id=7 numberposts=6 date=yes excerpt=yes excerpt_size=30 thumbnail=yes thumbnail_class="alignleft img-rounded" thumbnail_size=100,100 template=templ_name]
but it always pulls the 150×150 thumbnails version, generated by WP. I also tried to use an available image size from functions.php:
add_image_size( 'post-thumb-100x100', 100, 100, true );
like this:
thumbnail_size=post-thumb-100x100
but that doesn’t seem to work either.
Any help would be highly appreciated, thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘thumbnail_size doesn't display desired thumb size’ is closed to new replies.