$editor,
'post__in' => (array)$content_id,
'orderby' => 'post__in',
'posts_per_page' => absint( $editor_num ),
'ignore_sticky_posts' => true,
);
?>
'post',
'posts_per_page' => absint( $editor_num ),
);
}
$query = new WP_Query( $args );
if ( $query->have_posts() ) {
while ( $query->have_posts() ) {
$query->the_post();
$banner_thumbnail = get_the_post_thumbnail_url( get_the_id(), 'medium' );
?>