Son eklenen 5 içeriği çekmek için elimde şöyle bir kod var;
$args = array('posts_per_page' => 5);
$cek= get_posts($args);
foreach($cek as $k){ ?>
Burada xxxx dediğim yere ne yazmam lazım ki resimler düzgün bir şekilde gelsin?
$args = array('posts_per_page' => 5);
$cek= get_posts($args);
foreach($cek as $k){ ?>
$imageSizeName = "thumbnail";
$img = wp_get_attachment_image_src($attachmentID, $imageSizeName);
$args = array('posts_per_page' => 5);
$cek= get_posts($args);
foreach($cek as $k){ ?>
$args = array('posts_per_page' => 5);
$cek= get_posts($args);
foreach($cek as $k){ ?>
$args = array('posts_per_page' => 3);
$cek= get_posts($args);
foreach($cek as $k){ ?>