Title: Edit Event Shortcode
Last modified: November 2, 2016

---

# Edit Event Shortcode

 *  Resolved [edonbajrami](https://wordpress.org/support/users/edonbajrami/)
 * (@edonbajrami)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/)
 * Hi, I am using events manager plugin to create events. I am using shortcode from
   events manager for users to submit their events. But I need to create a section
   in which user can view all the events in which he or she is owner and when owner
   click on the specific event to edit the event. Is there any shortcode for that
   or how can I do that ?
    -  This topic was modified 9 years, 6 months ago by [edonbajrami](https://wordpress.org/support/users/edonbajrami/).

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

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8390686)
 * you can try option under Events > Settings > Other Pages > Edit events page
 *  Thread Starter [edonbajrami](https://wordpress.org/support/users/edonbajrami/)
 * (@edonbajrami)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8392119)
 * [@angelo_nwl](https://wordpress.org/support/users/angelo_nwl/) It shows only 
   the part in which we can select page to shows events.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8393071)
 * You can use something like this, where 5 is the ID of the event owner:
 * `[events_list owner="5"]`
 *  Thread Starter [edonbajrami](https://wordpress.org/support/users/edonbajrami/)
 * (@edonbajrami)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8393093)
 * @cailmin_nwl Yes you are right. With that shortcode we can show all the event
   list from owner with ID 5. But, how can I make these events clickable and on 
   click to edit all the contents of event. That is what I need. Regards 🙂
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8396523)
 * Something like this should work:
 *     ```
       [events_list owner="5"]
       <a href="#_EVENTURL">#_EVENTNAME</a>
       [/events_list]
       ```
   
 *  Thread Starter [edonbajrami](https://wordpress.org/support/users/edonbajrami/)
 * (@edonbajrami)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8410580)
 * [@caimin_nwl](https://wordpress.org/support/users/caimin_nwl/) thnx for your 
   reply. But what I need to show all the event list, which I can do with the shortcode
   that you wrote. But on click of it to not show the page of event. I need to show
   on that click a form filled with event data to edit event. How can I do that ?
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8415709)
 * You mean you want the link to open up in WordPress admin, rather than the normal
   single event page?
 *  Thread Starter [edonbajrami](https://wordpress.org/support/users/edonbajrami/)
 * (@edonbajrami)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8478502)
 * I have found a solution for this one, in Settings I have selected a page for 
   edit events and in code I have added [event_form]

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

The topic ‘Edit Event Shortcode’ 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/)

## Tags

 * [edit event](https://wordpress.org/support/topic-tag/edit-event/)

 * 8 replies
 * 3 participants
 * Last reply from: [edonbajrami](https://wordpress.org/support/users/edonbajrami/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/edit-event-shortcode/#post-8478502)
 * Status: resolved