- 4, // Number of recent posts thumbnails to display
- 'post_status' => 'publish' // Show only the published posts
- ));
-
-
- foreach ($recent_posts as $key => $post) {
- $post_date = date_i18n('j F Y', strtotime($post['post_date']));
- ?>
-
- 'article_thumbnail') ); ?>
-
-
-
-
-
-
-