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

XML-RPC for WordPress Developers

In this article we walk you through the fundamentals of XML-RPC for WordPress, including the basics of XML-RPC and how WordPress exposes this protocol. Some sample codes for using XML-RPC. Just for knowledge. More interested in WP REST API. Source: XML-RPC for WordPress Developers

WordPress Plugin Review: WP Pusher

While the WordPress core project still uses SVN for version control, it’s pretty safe to say that the vast majority of serious WordPress developers use Git on their own projects. That being the case, it’s somewhat of a surprise that there aren’t more git-based tools like WP Pusher that help developers integrate some of their […]