znalazłam w edytorze motywu coś takiego:
/**
* Add support for Post Thumbnails.
* Defines a custom name and size for Thumbnails to be used in the theme.
*
* Note: In order to use the default theme thumbnail, add_image_size() must be removed
* and 'actuateThumb’ value must be removed from the_post_thumbnail in the loop file.
*/
add_theme_support(’post-thumbnails’);
add_image_size(’actuateThumb’, 190, 130, true);
Wydawało mi się, że chodzi o usunięcie wielkości 190 i 130. Ale taka modyfikacja nic nie zmieniła. Czy w takim razie to nie to polecenie? Jeśli te pytania są banalne to przepraszam, nie mam żadnego pojęcia w tym temacie.