Carousel Block

Carousel Block I couldn’t say how many times I’ve built a custom sliders or carousels. It seems to be one of the most requested and misused of all the elements of webpages. The earliest renditions were simple fade in and out of <divs>. At their core are a simple JavaScript method for pulling <div> elements […]

XML-RPC & WP-API

If you’ve ever looked at the logs from a WordPress site, then you know that one of the most target requests is the xmlrpc.php file. XML-RPC is kind a relic before the JSON WP-API days. WordPress used to use it for pingbacks, trackbacks, RSD, JetPack and the mobile application. Pingbacks and trackbacks are something I […]