WPループ内でいくつかのサムショットで生成された画像を使用したいのですが、コードは次のようになります。
if (!$thumbnail && wpbdp_get_option('use-default-picture'))
$thumbnail = 'http://images.thumbshots.com/image.aspx?cid=xxxxxxxxxx&v=1&w=283&url=URLHERE';
URLHEREはこれによって生成されます:
URLHEREのものを次の出力(出力とURL)に置き換える方法:
<?php echo wpbusdirman_the_listing_meta('single'); ?>
私はphpがとても苦手です。
ありがとう、