除了创建额外的维度外,Wordpress还保留了您的原始图像。您的原始图像位于此链接中http://whatweblog.com/wp-content/uploads/2015/05/hue.gif
因此,与其阻止Wordpress创建额外维度,不如在显示特征图像时检索完整图像。你可以通过这个获得完整的图像-
the_post_thumbnail(\'full\');
在你的情况下,改变
<?php the_post_thumbnail(\'featured-image\', array(\'class\' => \'featured-full-width-top\')); ?>
至
<?php the_post_thumbnail(\'full\', array(\'class\' => \'featured-full-width-top\')); ?>
Remove Thumbnail Generation
看见
https://wordpress.stackexchange.com/a/91170/23214我认为另一个更简单的选择是转到设置-->介质,并将每个框的宽度和高度设置为0