Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {exp:weblog:entries weblog="events" dynamic="off" orderby="date" sort="asc" start_on="{current_time format='%Y-%m-%d %H:%i'}" show_future_entries="yes"}
  2.  
  3. {if no_results}<p>There are currently no upcoming events.</p>{/if}
  4.  
  5. {if count == "1"}
  6. <ul>
  7. {/if}
  8.  
  9. <li class="calendarEvent"><a href="{page_url}">{title}</a></li>
  10.  
  11. {if count == total_results}
  12. </ul>
  13. {/if}
  14.  
  15. {/exp:weblog:entries}
Add Comment
Please, Sign In to add comment