A WordPress starter theme with great foundation to base new themes off of.
The theme comes bundled with a custom fields framework. Those can be used for both post meta and theme options.
The theme is completely translation-ready.
You can use the following to check for browser support:
censeo_support.placeholder
-- form fields support forplaceholder
attributecenseo_support.input_number
-- inputs of typenumber
censeo_support.input_date
-- inputs of typedate
censeo_support.input_time
-- inputs of typetime
censeo_support.input_datetime_local
-- inputs of typedatetime-local
censeo_support.input_color
-- inputs of typecolor
You can use the Censeo_Page
class to easily add herarchical admin panel menu/submenu pages with custom content/functionality. Check the inline documentation for more information on how to use the this.