コード例 #1
0
ファイル: wp_function.php プロジェクト: hiragiayako/Portfolio
function the_post_image($post_id, $size, $order = 0)
{
    echo get_the_post_image($post_id, $size, $order, $max);
}
コード例 #2
0
ファイル: post-template.php プロジェクト: jao/jpcamargo
function the_post_image($size = 'thumbnail', $attr = '')
{
    echo get_the_post_image(NULL, $size, $attr);
}