the_post_thumbnail wordpress不显示图片

时间:2016-06-23 21:39:04

标签: php wordpress

嗨,请协助我出错的地方。即使在functions.php

中插入post_thumbnail之后,也试图在帖子上显示图像
client.BeginConnect(info.DeviceAddress, BluetoothService.SerialPort,
new AsyncCallback(BCCCallback), client);

2 个答案:

答案 0 :(得分:0)

我不确定您为什么要为$size参数传入一个空字符串。请改用以下内容:

<?php the_post_thumbnail(); ?>

答案 1 :(得分:-1)

使用<?php the_post_thumbnail(); ?> 而不是<?php the_post_thumbnail( ''); ?>

如果仍然没有显示图片。重新加载图片。