Title: list events help
Last modified: August 22, 2016

---

# list events help

 *  Resolved [yoluca](https://wordpress.org/support/users/yoluca/)
 * (@yoluca)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/list-events-help/)
 * hi, i try to show events on my home page using the table from events setting 
   formatting … there is something i miss 🙂
 * im using a widget that displays text and hemp raw …
 * and this is the code i use
 *     ```
       <table cellpadding="0" cellspacing="0" id="current-events" >
           <thead>
               <tr>
                               <th id="event-time" width="150">Date/Time</th>
                               <th id="event-description" width="550">Event</th>
       </thead>
       <tbody>
       <tr style="border-top: 1px solid #000; padding:5px">
                               <td>
                       #_EVENTDATES<br/>
                       #H:#i -#@H:#@i
                   </td>
                   <td>
       <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{75,75}</div>
                       #_EVENTLINK<br/>
                       <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
                   </td>
               </tr>
       </tbody>
       </table>
       ```
   
 * the result >>>> [http://i60.tinypic.com/wmfqbs.png](http://i60.tinypic.com/wmfqbs.png)
 * however … same code different result in event page …
 * [http://i59.tinypic.com/2a4z5zc.png](http://i59.tinypic.com/2a4z5zc.png)
 * how do i get same display result in my home page ?
 * thank you
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/list-events-help/#post-5634176)
 * Hi,
 * I think the problem is that you’re using the standard WordPress text widget (
   which can’t display Events Manager placeholders) rather than the Events Manager
   widget.
 * You should be able to add the formatting you want to the _List item format_ box.

Viewing 1 replies (of 1 total)

The topic ‘list events help’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/list-events-help/#post-5634176)
 * Status: resolved