很抱歉延迟回复,已经修复,我不理解数组,所以这里的代码完全按照我的要求运行。
<?php
$next_post = get_next_post();
next_post_link(\'%link\',
get_the_post_thumbnail($next_post->ID, \'prev_next_img\', array(
\'class\' => \'rounded-lg object-fill w-full max-h-full\'
)) . \'<h4 class="text-center mt-2 lg:text-base text-sm no-underline text-black leading-snug font-medium">%title</h4>\',
false);
?>
在功能中。php
我输入自定义图像大小
add_image_size(\'prev_next_img\', 370, 270, true);