Title: Elementor Loop Grid
Last modified: November 28, 2023

---

# Elementor Loop Grid

 *  [rynecallahan](https://wordpress.org/support/users/rynecallahan/)
 * (@rynecallahan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/elementor-loop-grid/)
 * Hi, I was wondering if it was possible to display these favorites in an Elementor
   Loop Grid.
 * The documentation is here for the filtering but I can’t seem to figure it out.
   [https://developers.elementor.com/docs/hooks/custom-query-filter/](https://developers.elementor.com/docs/hooks/custom-query-filter/)
   
   This is what I added to the snippets.
 *     ```wp-block-code
       get_user_favorites($user_id = null, $site_id = null, $filters = null);
   
       function user_favorites( $query ) {
       	$query->set( 'get_user_favorites' );
       }
       add_action( 'elementor/query/{$query_id}', 'user_favorites' );
       ```
   
 * If you have any ideas, please let me know! I know I am not doing something right.
   Just want to know if its possible. This is a video of something similiar. [https://www.youtube.com/watch?v=240n170b_Do](https://www.youtube.com/watch?v=240n170b_Do)
    -  This topic was modified 2 years, 6 months ago by [rynecallahan](https://wordpress.org/support/users/rynecallahan/).

The topic ‘Elementor Loop Grid’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [rynecallahan](https://wordpress.org/support/users/rynecallahan/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/elementor-loop-grid/)
 * Status: not resolved