Title: ajdev372's Replies | WordPress.org

---

# ajdev372

  [  ](https://wordpress.org/support/users/ajdev372/)

 *   [Profile](https://wordpress.org/support/users/ajdev372/)
 *   [Topics Started](https://wordpress.org/support/users/ajdev372/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ajdev372/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ajdev372/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ajdev372/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ajdev372/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ajdev372/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Using the WordPress Loop to find Events with a Catergory](https://wordpress.org/support/topic/using-the-wordpress-loop-to-find-events-with-a-catergory/)
 *  Thread Starter [ajdev372](https://wordpress.org/support/users/ajdev372/)
 * (@ajdev372)
 * [10 years ago](https://wordpress.org/support/topic/using-the-wordpress-loop-to-find-events-with-a-catergory/#post-7431704)
 * No, at the moment that is going to stay my rating, mainly due to the fact that
   I spent a day and a half fighting with the plugin, and the project I am working
   on have a very strict deadline.
 * If you guys write up documentation on how to do custom loops for developers I
   will increase my rating.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Using the WordPress Loop to find Events with a Catergory](https://wordpress.org/support/topic/using-the-wordpress-loop-to-find-events-with-a-catergory/)
 *  Thread Starter [ajdev372](https://wordpress.org/support/users/ajdev372/)
 * (@ajdev372)
 * [10 years ago](https://wordpress.org/support/topic/using-the-wordpress-loop-to-find-events-with-a-catergory/#post-7431702)
 * You actually do, I just had to go looking through your plugins folder for the
   file where you guys create the custom post type. For anyone in the future this
   is my arguments to loop through the All-in-one Event Calendar Post by Categories:
 *     ```
       $eventArgs = array(
          'post_type' => AI1EC_POST_TYPE,
          'events_categories' => 'featured_event'
       );
       ```
   
 * If anyone wants to know field to target, I recommend looking through the custom
   post type php file in the Plugins Folder.

Viewing 2 replies - 1 through 2 (of 2 total)