+ 4,
+ 'post_type' => 'post',
+ 'post_status' => 'publish'
+ ) );
+
+ foreach ( $latest_blog_posts as $blog_post ) {
+ $post_thumbnail_url = get_the_post_thumbnail_url( $blog_post->ID, 'medium' );
+ $post_thumbnail_url_full = get_the_post_thumbnail_url( $blog_post->ID );
+ $dominant_color = get_post_meta( $blog_post->ID, 'dominant_color', true );
+ $dominant_color_css = str_replace('[', 'background-color:rgb(', $dominant_color);
+ $dominant_color_css = str_replace(']', ')', $dominant_color_css);
+
+
+ ?>
+
+
+