所以,我有这段代码,我得到了以下错误。
解析错误,意外的 T_STRING,期待 ',' 或 ';'
我确信这是一个非常非常简单的解决方法,但我对 PHP 的世界还是有点陌生。有什么想法吗?
echo '
<li>
<a href="'.get_permalink().'">
<img src="'echo get_post_meta(get_the_ID(), 'video_tour_url', true);'">
<div class="galDiv">
<div class="boatTitle">'.get_the_title().'</div>
<div class="boatPrice">'.currency ().$price.'</div>
<div class="boatPower"> '.get_post_meta(get_the_ID(), '_map_ar_address', true).'</div>
</div>
</a>
</li>';