How to initialise WP_Query on the basis of a specific meta_value and continue iterating rest?
This sounds like a pure PHP and array question so I believe I can help. You may wish to make friends with these to PHP functions: array_push() – Push one or more elements onto the end of array array_shift() – Shift an element off the beginning of array There are more efficient ways to reorder … Read more