예제 #1
0
function the_post_image($post_id, $size, $order = 0)
{
    echo get_the_post_image($post_id, $size, $order, $max);
}
예제 #2
0
function the_post_image($size = 'thumbnail', $attr = '')
{
    echo get_the_post_image(NULL, $size, $attr);
}