• 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 to see the link]

Viewing 1 replies (of 1 total)
  • 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.