Using The WordPress XML-RPC API With PHP: The Post Model’s Properties
Part 4 in a series on working with the WordPress XML-RPC API with PHP. Previously I discussed the reasons for creating a data model (aka a class), that looks li...
Part 4 in a series on working with the WordPress XML-RPC API with PHP. Previously I discussed the reasons for creating a data model (aka a class), that looks li...
Documentation and library support for the WordPress XML-RPC API is scarce and confusing. This is the first of several posts seeking to fix those problems.
You want to count how many times an element on your page was clicked. There's two ways to do it: with a PHP postback and, of course, via JavaScript with an AJAX...
If you’ve been reading this blog for any length of time, you’ve noticed my penchant for asides — brief digressions in which I explain a term, ...