Title: Events post type
Last modified: June 7, 2018

---

# Events post type

 *  Resolved [dionadk](https://wordpress.org/support/users/dionadk/)
 * (@dionadk)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/events-post-type/)
 * Events is created as a custom post type in wp?what would be the slug for events
   post type.
 *     ```
       <?php$args = array(
       	'public'   => true,
       	'_builtin' => false
       );?>
        <?php $show_post_types = get_post_types($args); ?>
   
         print_r($show_post_types); 
       ```
   
 * This code should show the custom post types in WP built by user or by a plugin.
   And the result was empty.
 * I need to get the events created by a user. This is to be displayed in user listing(
   profile builder pro)
 * Regards
    Diona

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

 *  [Tim Vergara](https://wordpress.org/support/users/tim01/)
 * (@tim01)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/events-post-type/#post-10375318)
 * The custom post type for events is “event”
 *  Thread Starter [dionadk](https://wordpress.org/support/users/dionadk/)
 * (@dionadk)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/events-post-type/#post-10376041)
 * hi,
    how to list all the events created by a user.
 * Thanks
    -  This reply was modified 7 years, 11 months ago by [dionadk](https://wordpress.org/support/users/dionadk/).
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/events-post-type/#post-10402613)
 * you can use shortcode like [events_list scope=”future” pagination=1 limit-10 
   owner=X] where X is the user id
 * [https://wp-events-plugin.com/documentation/](https://wp-events-plugin.com/documentation/)

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

The topic ‘Events post type’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/events-post-type/#post-10402613)
 * Status: resolved