ОТ
Size: a a a
ОТ
КЗ
КЗ
ИК
DA
DA
YJ
YJ
YJ
ss
MN
MN
YJ
$args = [
'post_per_page' => 5,
'post_status' => 'publish',
];
$query = new WP_Query($args);
if($query->have_posts()) {
while($query->have_posts()){
print_r($query_the_post();
}
}
YJ
MN
MN
YJ
MN
MN
YJ