• Hi, I have this code. Is it possible to add pagination (1, 2, 3, ..) to it, if I have more than 10 items, please?

    Thank you!

    
    <table>
    <thead>
    <tr>
    <th>Name</th>
    <th>Start date</th>
    <th>End date</th>
    </tr>
    </thead>
    [eo_events event_category="my-category" posts_per_page=10 event_end_after="now" no_events="No events, sorry!"]
    <tbody>
    <tr>
    <td><a href="%event_url%">%event_title%</a></td>
    <td>%start{d.m.Y}%</td>
    <td>%end{d.m.Y}%</td>
    </tr>
    </tbody>
    [/eo_events]
    </table>
    
  • The topic ‘Pagination’ is closed to new replies.