Title: Help with Attributes
Last modified: October 25, 2021

---

# Help with Attributes

 *  Resolved [jargenhunter](https://wordpress.org/support/users/jargenhunter/)
 * (@jargenhunter)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/help-with-attributes/)
 * I’m trying to display two lists.
 * The first is a list of events that the current logged in user is signed up for.
    -  I see on the documentation that I can add a bookings=”1″ to the event list
      shortcode to show events that require bookings, and I see in the notes we 
      can “use user to show events a logged in user has booked” but I can’t seem
      to make this work. How exactly should user be used with bookings to make this
      list appear?
 * The second is a list of events that the current logged in user owns.
    - I see that I can use the owner attribute to display events by user id, but
      how would I make this work to only show events that a user that is currently
      logged in owns? For example, if person X is logged in, they would only see
      their events, but user Y when logged in would see a list on only the events
      they schedule
 * Thanks for your help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhelp-with-attributes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/help-with-attributes/#post-15017662)
 * Hi,
 * 1. shortcode [events_list bookings=1 scope=”future”] should shows events where
   bookings is enabled
 * 2. You can try to use shortcode [events_list bookings=1 owner=”me” scope=”future”]
   to display the events of the currently login user.
 *  Thread Starter [jargenhunter](https://wordpress.org/support/users/jargenhunter/)
 * (@jargenhunter)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/help-with-attributes/#post-15033566)
 * Fantastic! Thank you!
 *  Thread Starter [jargenhunter](https://wordpress.org/support/users/jargenhunter/)
 * (@jargenhunter)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/help-with-attributes/#post-15033587)
 * Testing this out, owner=”me” doesn’t appear to be restricting the list to only
   the currently logged in user’s events.
 * Also, is there a way to alter [events_list bookings=1 scope=”future”] so that
   it only shows things I’ve already booked for myself?

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

The topic ‘Help with Attributes’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [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/)

## Tags

 * [attributes](https://wordpress.org/support/topic-tag/attributes/)
 * [short codes](https://wordpress.org/support/topic-tag/short-codes/)

 * 3 replies
 * 2 participants
 * Last reply from: [jargenhunter](https://wordpress.org/support/users/jargenhunter/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/help-with-attributes/#post-15033587)
 * Status: resolved