Changing Field Keys in Advanced Custom Fields

I recently ran into a problem when using the Advanced Custom Fields plugin which is a bit esoteric. In the previous iteration of the site I was working on, fields were registered programmatically, using acf_add_local_field_group and acf_add_local_field. In the new version, we decided to move these back into the GUI on the admin panel. For most of… Continue reading Changing Field Keys in Advanced Custom Fields

Published
Categorized as WordPress

First Steps with Javascript and WordPress

It starts with a simple maxim. Learn Javascript Deeply. That’s what Matt said. And it’s good advice. Javascript underpins everything we do, and it’s becoming more and more advanced every day. It’s not just the future of WordPress, it’s the future (and present) of the web. Of course, Matt mentioned this right around the time… Continue reading First Steps with Javascript and WordPress