Title: Post Array
Last modified: April 20, 2020

---

# Post Array

 *  Resolved [DenisCGN](https://wordpress.org/support/users/deniscgn/)
 * (@deniscgn)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/post-array/)
 * Hello,
 * I wonder, if there is something like a POST ID Array, from the search results(
   form).
    I ask, because it is very very difficult to change the look of the post
   results.
 * So I thought, if there is an ARRAY (or something) with all the results of post
   IDs, then I could HOOK into my design and hand over these IDs to my post layout
   query.
 * Does anyone know?
 * Cheers,
    Denis

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eyal Fitoussi](https://wordpress.org/support/users/ninjew/)
 * (@ninjew)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/post-array/#post-12722837)
 * Hello Denis,
 * The WP_Query takes place in the file geo-my-wp/plugins/posts-locator/includes/
   class-gmw-posts-locator-form.php on line 308, and the results of the query are
   added to $this->query.
 * On line 332 of the same file there is the filter:
 *     ```
       apply_filters( 'gmw_pt_form_after_posts_query', $this->form, $this );
       ```
   
 * I am not sure, but you might be able to use this filter for your purpose.
 * I hope this helps.
    -  This reply was modified 6 years, 1 month ago by [Eyal Fitoussi](https://wordpress.org/support/users/ninjew/).

Viewing 1 replies (of 1 total)

The topic ‘Post Array’ is closed to new replies.

 * ![](https://ps.w.org/geo-my-wp/assets/icon-256x256.gif?rev=2803407)
 * [GEO my WP](https://wordpress.org/plugins/geo-my-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geo-my-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geo-my-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/geo-my-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geo-my-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geo-my-wp/reviews/)

## Tags

 * [$post->id](https://wordpress.org/support/topic-tag/post-id/)
 * [array](https://wordpress.org/support/topic-tag/array/)
 * [query](https://wordpress.org/support/topic-tag/query/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eyal Fitoussi](https://wordpress.org/support/users/ninjew/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/post-array/#post-12722837)
 * Status: resolved