'_featured_post', 'meta_value' => true, ); $featured_post = get_posts( $args ); if($featured_post): echo '
'; foreach ( $featured_post as $post ) : setup_postdata( $post ); $exclude_ids[]=get_the_ID(); ?> '; ?>

Read More ยป
"; endif;