Touch-Optimized Web Framework for Smartphones & Tablets
A unified, HTML5-based user interface system for all popular mobile device...
Getting the custom field can be fast. Here's an example.
$post->ID is the id of the post.
Map Location is the name of the custom field. Be sure to use quotes.
true gets the first value of the custom field. Use false and it will return all the values, can be very useful if you have more than one item and loop through with a for,while, or foreach.
Add new comment