Event manager provided services to the user to list out the event that been created in the back-end,and display it anywhere as long as the shorcode is keyed.
For now problem here is, i would like to modify the way it display, for now it display list view and no matter how hard i try, it couldn't change to what i want.
How i do the modification is that i go to the Event Manager > setting > Formatting > Event. And i just key in some placeholder that provided by event manager together with the table format that i done to list it out.
Code in the backend:-
<table>
<tbody>
<tr>
<td>#_EVENTDATES</td>
<td>#_EVENTIMAGE{133,200}</td>
<td>#_EVENTNOTES</td>
<td>#_#_EVENTID</td>
<td>#_#_EVENTIMAGEURL</td>
<td>#_EVENTNAME</td>
<td>Note: <a class="more-link" href="http://dummy.com/">Continue reading <i class="fa fa-chevron-right"></i></a></td>
</tr>
</tbody>
</table>
Below is the current layout
But what i want it to looks like is something like this.
In addition, for my opinion, i feel that it probably need to modify not only on the wordpress backend, but also the file behind, but im not sure which one should i modify, as i just started PHP. Can anyone help on this please. :)
Below is the file path and file name.
You can find the file from event manager plugin.