İki fonksiyonda değişen tek şey "thumb" ve "large" değil mi? Umarım yanlış görmemişimdir.



$args = array(
'post_type' => 'attachment',
'numberposts' => '15',
'post_status' => 'any',
'post_parent' => get_the_ID(),
'order' => 'ASC',
);
$attachments = get_posts($args);
$say=count($attachments);
?>


ID, $size); ?>





echo single('thumb');

echo single('large');