/** * @article jQuery Mobile boilerplate for * WordPress themes * * @since December 5, 2011 * @package Wordpress * * A very rough boilerplate for mobile * WordPress theme using the jQuery * Mobile library. * * @comments 3 comments * */
I’ve built a couple of mobile websites using the jQuery Mobile library, and thought I’d compile the rough boilerplate code necessary for markup into a WordPress theme. This is very rough… I’m pulling from a couple completed and in-progress projects, and it barely styles some of the essential areas, like threaded comments. But I’m putting it up in case its useful:
Definately the best bare-bones theme for JQM that I’ve found. Thanks for sharing!
Thanks for sharing this! One question though: how do you get categories to display in the menu like in the demopage (the cat A button)?
The top and bottom menus are set as nav menus, and I just added the category links through the Appearance -> Menus page.