Title: How to code it ?
Last modified: September 1, 2016

---

# How to code it ?

 *  Resolved [k4tn1x](https://wordpress.org/support/users/k4tn1x/)
 * (@k4tn1x)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-code-it/)
 * Hi !
    I want to make a custom page where I display a list of my events and when
   i click on a ‘Read More’ button I see the page of this event. I know it’s automatically
   possible with the interface of your plugin but I want to code it directly in 
   my custom pages. My question is : What functions of your plugin can I use to 
   retrieve the list of events, show titles, dates, etc, in PHP ? There is a page
   here with the list of functions ?
 * Thank you and have a good day !
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-code-it/#post-7555079)
 * you can try to use shortcode like
 *     ```
       [events_list pagination=1 limit=10 scope="future" format_header="<div>" format_footer="</div>"]
   
       <p> #_EVENTNAME <a href="#_EVENTURL"> Read More </a> </p>
   
       [/div]
       ```
   
 * [http://wp-events-plugin.com/documentation/placeholders/](http://wp-events-plugin.com/documentation/placeholders/)

Viewing 1 replies (of 1 total)

The topic ‘How to code it ?’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-code-it/#post-7555079)
 * Status: resolved