2008年7月30日水曜日

(WordPress2.6)エントリーの添付ファイルの取り出し方

<?php $attachment = get_posts('numberposts=1&post_type=attachment&post_parent=' . get_the_ID()); ?>
<?php var_dump($attachment); ?>

0 件のコメント: