Typo in Other Notes
-
You forgot the colon in the WP_Query example.
The
while ( $zone_query->have_posts() ) $zone_query->the_post();
should be
while ( $zone_query->have_posts() ): $zone_query->the_post();Thanks for your work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Typo in Other Notes’ is closed to new replies.