jQuery plugin for listing food truck schedules
Possible interface:
<div class="container">
<template class="locations">
{name}
{date}
{map}
{address}
</template>
</div>
jQuery('.locations').foodtruck({
count: 3,
empty: 'My custom message' // ..or selector
});
You can use vanilla javascript too!
FoodTruck('.locations', {
count: 3,
empty: 'my custom message'
});
Manage you locations within your wordpress admin panel, with the simple Food Truck plugin: https://wordpress.org/plugins/food-truck/
Once installed, you'll be able to use the features above!