We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An interface could be:
<?php while(foodtruck_upcoming('count=3')): ?> <?php foodtruck_location('name'); ?> <?php foodtruck_location('date'); ?> <?php foodtruck_location('map'); //static google map ?> <?php foodtruck_location('address'); ?> <?php endwhile; ?>
<?php get_foodtruck_location('name'); ?> <?php foodtruck_location('lat'); ?> <?php foodtruck_location('lng'); ?>
The text was updated successfully, but these errors were encountered:
allow ability to have custom template tags, closes #3
bbfdad6
Awaiting feature release in favour of an AJAX/JSONP only output & templating
Sorry, something went wrong.
No branches or pull requests
An interface could be:
The text was updated successfully, but these errors were encountered: