Tagged Questions
1
vote
3answers
303 views
Why am I getting an infinite loop with have_posts?
I have the following code, which causes an infinite loop for some reason. Can anybody explain what's going on please?
Thanks!
<?php
$flagged_stores = new WP_Query( array ( 'post_type' => ...