Skip to content
Alpha Particle Logo
  • Work
  • Blog

Building a WordPress Accordion Block, No JavaScript Required

by Jack Lowrie
Share on:

In this post we'll go over how to build a Bootstrap accordion as a WordPress block using Advanced Custom Fields. This is a useful approach for rapidly building WordPress blocks. It's also a great stopgap for developers who are still learning JavaScript, since it doesn't require you to write any JavaScript.

Share on:

Building Gutenberg Blocks with Advanced Custom Fields (ACF) as a Stopgap

by Jack Lowrie
Share on:

WordPress is a fantastic way to start learning to code. You rarely need to learn more than one new thing at a time in order to get building, and you can always find one new skill to learn (or improve) with each new project.

Share on:

Supporting Time Ranges for Manually Built Nova Value Metrics in Laravel

by Jack Lowrie
Share on:

Manually built metrics in Nova don't support the time-range dropdown that the Nova helper functions support, and the Nova helper functions don't handle many<->many relationships well (at least not the way I needed).

Share on: