Title: creating Event Builder Plugin
Last modified: March 13, 2018

---

# creating Event Builder Plugin

 *  [rachtri](https://wordpress.org/support/users/rachtri/)
 * (@rachtri)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/creating-event-builder-plugin/)
 * Hi,
    I am creating Event Builder Plugin. I have created shortcode for displaying
   name of all events on home page. Now on clicking event name, I want to show description
   of that event. How to do that in plugin? Please help. Thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcreating-event-builder-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/creating-event-builder-plugin/#post-10067699)
 * So you presently have an “AllEvents” page, you need to add an “EventDetails” 
   page.
    In the allevents page you have a list or table of events, in name of the
   event you code it as a link with the URL referring to the eventdetails page with
   a variable indicating which event. On the eventdetails page you have a shortcode,
   it activates a function which uses the event identifier to fetch the event details
   and display them.
 * It could also be done using javascript and AJAX. This could be a better user 
   experience as it could eliminate the page loading of the above scheme, you would
   want to use the initial scheme as a stepping stone.

Viewing 1 replies (of 1 total)

The topic ‘creating Event Builder Plugin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/creating-event-builder-plugin/#post-10067699)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
