section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Academic */ ?> > >
true, 'orderby' => 'post__in', 'post_type' => 'page', 'post__in' => $ids, ); // Fetch posts. $posts = get_posts( $args ); foreach ($posts as $key => $post) { $page_id = $post->ID; echo get_the_post_thumbnail( $page_id ); } ?>