Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Multiple WordPress loops (more than two) without duplicate posts Re: Multiple WordPress loops (more than two) without duplicate posts

#92499
Brightonmike
Member

while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>

Should work.