custom_fields syntax
-
I was following a post on https://alexbachuk.com/wordpress-and-phonegap-part3/ and I am trying to find out how to call custom_fields in my content. I have included the custom field like so: ‘https://www.mysite.com/?json=get_recent_posts&custom_fields=store-icon’ how would I go about inserting that into my html. The alexbachuk.com post uses handlebars to parse the json so the post title is output as {{title}} and thumbnail as {{thumbnail}}. Is there a way to output custom_fields in a similar manner?
- The topic ‘custom_fields syntax’ is closed to new replies.