Get Post id from loop WordPress while ( $query->have_posts() ) : $query->the_post(); echo $query->post->ID; endwhile;
Post a Comment