进过一番折腾总算总结出了一些无谓的缩略图的位置和设置方法。
仅供大家参考
①,设置 → 多媒体 将缩略图大小全部调成0
②,php代码中查找 add_image_size( ‘large’, 680, ‘’, true ); 不需要的删除
③,使用Yet Another Related Posts Plugin(YARPP)插件的, 查找class-core.php, 注释掉add_image_size( ‘yarpp-thumbnail’, $width, $height, $crop )