‘posts_per_page’ => 4, ‘orderby’ => ‘date’, ‘order’ => ‘DESC’ ); $gallery_posts = get_posts($args); if (!empty($gallery_posts)) { echo ‘ ‘; foreach ($gallery_posts as $index => $post) { setup_postdata($post); $title = get_the_title($post->ID); $link = get_permalink($post->ID); $date = get_the_date(”, $post->ID); $img = get_the_post_thumbnail_url($post->ID, ‘large’); // 1st item → Big block if ($index === 0) { echo ‘ ‘; … Continue reading Home
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed