'post', 'posts_per_page' => 5, 'orderby' => 'date', 'order' => 'DESC', ); $blog_posts = new WP_Query( $blog_args ); $box_1 = get_field('box_1'); $box_2 = get_field('box_2'); $box_3 = get_field('box_3'); $box_4 = get_field('box_4'); $box_5 = get_field('box_5'); ?>

$item['post']->ID, 'image' => get_the_post_thumbnail_url($item['post']->ID), 'title' => $item['post']->post_title, 'link' => get_the_permalink($item['post']->ID), // 'category' => get_the_category($item->ID) ]); ?> $box_3['img'], 'title' => $box_3['text'], 'link_text' => 'Zobacz wszystkie artykuły', 'link' => get_permalink(94), ]); ?>