June 25, 2015 — Mit Version 4.0 wurden diverse Veränderungen und Erweiterungen hinzugefügt. Gleichzeitig hat sich der Customizer als zentrales Kontrollelement für Themes etabliert. Wieso sollte man ihn also nicht für weitere Control-Anforderungen nutzen und anbieten? Der Customizer als Standard für den User für diverse Anforderungen.
June 22, 2015 — Using the theme customizer – Merrill Mayer
An overview of the theme customizer API and how to build it into your themes.
Falling in Love with Sass for WordPress — Frederick Meyer
Learn why Sass, the CSS preprocessor, is better than vanilla CSS for complex projects, based on two key qualities of Sass: 1. It’s DRYer, and 2. It’s dynamic. The talk describes these benefits with reference to a complex real-life client project: creating a user-managed WordPress theme generator, with widths, color scheme, typography, etc., all changeable as Sass variables, compiling to one clean custom CSS stylesheet with no extra “theme options” DB calls.
Using Composer and WordPress — Kalen Johnson
Composer has taken the PHP community by storm, allowing projects to easily integrate PHP packages with their projects. Although WordPress doesn’t (yet) use autoloading and Composer, that doesn’t mean we as developer’s don’t have to. We walk through what Composer is, how to use it, then see how we can integrate it with our own WordPress projects, whether that’s a theme, plugin, or an entire WordPress site.
June 19, 2015 — Keynote von Pascal Birchler.
Keynote from Pascal Birchler.
August 14, 2014 — Taylor Buley of Parade.com presents how his team uses the theme customizer to make editorial changes on the fly.
July 25, 2014 — Was ist der Customizer und wie fügt man seine Theme-Options dort korrekt ein.
May 24, 2014 — The Customizer has been around since WordPress 3.4, yet it is one of the most unknown and under appreciated features around. This session starts out with learning what the Customizer is, from where users can access it, and why it is so awesome. It then proceeds to theme mods, the Customizer API, how to integrate it in your themes and plugins, and dive into how you can extend existing functionality. Finally it covers some tutorials and example implementations, what default themes do with it, and how _s encourages its use.
January 3, 2014 — The Customizer is great, but there’s very little knowledge out there for building advanced controls with it, since its JavaScript API is currently undocumented.
(This is a real time demonstration – no slides available.)
I’ll share lessons learned building advanced controls for Custom Design on WordPress.com for how you can take the Customizer to the next level.
October 1, 2013 — The Customizer has been around since WordPress 3.4, yet it is one of the most unknown and under appreciated features around. Learn what the Customizer is, from where users can access it, and why it is so awesome. Then the Customizer API, how to integrate it in your themes and plugins, and dive into how you can extend existing functionality. Finally cover some tutorials and example implementations, what default themes do with it, and how to encourages its use.