不应该显示HTML代码

时间:2015-08-11 20:48:00

标签: php html wordpress

我有以下PHP代码:

<?php
$obrazek = the_post_thumbnail( 'product_page_image' );
list($nic,$nic,$nic,$nic,$nic,$obrazeklink,$nic,$nic,$nic,$nic,$nic) = explode('"', $obrazek);
?>

和$ obrazek变量包含

<img width="1560" height="1170" src="http://takopix.com/wp-content/uploads/edd/2015/06/Melbourne-storm-1560x1170.jpg" class="attachment-product_page_image wp-post-image" alt="Melbourne storm">

但即使没有回声,HTML也会得到识别......并且爆炸不起作用!

1 个答案:

答案 0 :(得分:1)

函数the_post_thumbnail用于打印缩略图标记。它什么都不返回。你想要get_the_post_thumbnail