こんにちは。でも、私はあなたが$size
パラメータのために空の文字列を渡している理由はよく分からないのfunctions.phpthe_post_thumbnail wordpressは画像を表示していません
<div class="row">
<?php
if (have_posts()) : while (have_posts()) : the_post();
?>
<div class="col-sm-4">
<div class="list-image border-one">
<?php the_post_thumbnail(''); ?>
</div>
<div class="list-info">
<h2>Please Help Refugees</h2>
<p><span>85%</span> Donated/<span>$7,291</span> To Go</p>
<p>On the other hand, we denounce with righteous indignation and dislike.</p>
<a href="#" class="btn btn-primary">Donate Now</a>
</div>
</div>
<?php endwhile; endif; ?>
</div>
どうしたのですか?エラーメッセージが表示されますか?作成されたHTMLの外観はどうですか? – Snixtor