Display WordPress Custom Fields in Your App
This tutorial shows you how you may add custom fields to data returned by the WP-AppKit web services and display their values in your app’s theme.
This tutorial shows you how you may add custom fields to data returned by the WP-AppKit web services and display their values in your app’s theme.
You’ve probably noticed the Debug Mode dropdown list in your app’s settings panel? Do you wonder what is it used for? This week, we’ll explain the mysterious ways of the debug mode.
WP-AppKit’s themes have a menu template. This menu is configured in your app’s WordPress panel. But you might want to create a link or a button to display a specific screen in your app outside the “official” app’s menu. So how can we do that?
So you have your first app’s theme ready and you’d like to turn it into a real app? For that, you have to build an app. Intimidating, isn’t it? For newbies, it can be quite a challenge to understand how to do it. This tutorial aims to show you how to use PhoneGap Build to ease the pain of compiling your first app.
Learn the basics of building an app’s theme using WordPress, PhoneGap and WP-AppKit.
You’re right. There is a PHP folder in your theme’s folder, which can be troubling at first sight. Why? Because in principle no PHP can be executed in a PhoneGap based app, only HTML, CSS and JavaScript. So what is this folder used for?
All right, it may change in the future but currently, setting up icons and splashscreens for your apps are not (totally) done in the plugin’s admin panel. So how do you do?
Learn what are the required files and configuration for the minimal WP-AppKit’s application.
WP-AppKit themes are based on Javascript. Learn about Functions.js, the file where all the Javascript has to be.