Getting Started with the WordPress Customizer | CSS-Tricks

The following is a guest post by Scott Fennell, a WordPress theme & plugin developer in Anchorage, AK and a regular contributor around here. Let’s say you Basic tutorial of Customizer and an alternative way using looping to register the settings. Source: Getting Started with the WordPress Customizer | CSS-Tricks

Getting Started with the WordPress Theme Customization API

In this tutorial we show you what theme customization is from a user’s perspective. We also walk you through using the WordPress Theme Customization API. Good basic tutorial for understanding Theme Customizer concept, including Sections, Settings and Controls. Source: Getting Started with the WordPress Theme Customization API

Using the WordPress Theme Customizer Media Controls

Jérémy reviews media controls in the new Theme Customizer and a class that extends WP_Customize_Media_Control to allow the control of cropped images. Source: Using the WordPress Theme Customizer Media Controls Just realize the usefulness of WP_Customize_Cropped_Image_Control. More about it can be found here.

What’s new with the Customizer » Otto on WordPress

Been a while since I wrote something. Let’s talk about some of the new stuff available in the Customizer. Forget about some of part two First, back in part two, I had a bit about Surfacing th… Useful reference for active_callback. Source: What’s new with the Customizer » Otto on WordPress

WordPress Theme Customizer Code | Tom McFarlin

When working with the WordPress Theme Customizer, you may find yourself writing out inline styles into one of the templates for your theme. Nice tips. But since using a framework, probably this tips already handled. Source: WordPress Theme Customizer Code | Tom McFarlin

JavaScript Helpers For The Theme Customizer | Tom McFarlin

When working with the WordPress Theme Customizer, there’s likely an opportunity to refactor your code such that you can cut out some of the redundancies. Looks useful but not tested yet. Wonder if it’s still needed for the new selective refresh feature. Source: JavaScript Helpers For The Theme Customizer | Tom McFarlin