$query = new WP_Query( array(
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC',
'post_type' => 'rubrikator'
) );
while ( $query->have_posts() ) {
$query->the_post();
$the_title = get_the_title();
$the_icon = get_field('icon', get_the_ID());
$the_icon_bw = get_field('icon_bw', get_the_ID());
$the_link = get_field('link', get_the_ID());
$subquery = new WP_Query( [
'post_parent' => get_the_ID(),
'post_type' => 'rubrikator',
'posts_per_page' => -1,
'post_status' => 'publish'
]);
if ($subquery->found_posts) {?>
$cnt = 1;
while ( $subquery->have_posts() ) {
$subquery->the_post();
$link = get_field('link', get_the_ID());
?>-
Каталог продукции
$cnt++; }
if($subquery->found_posts > 4):?>
- Показать еще -4
}
wp_reset_query();
}
wp_reset_query();
?>